From e1d53d99f6449fb1ffccf8e11f71f59255211dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= <6774676+eumiro@users.noreply.github.com> Date: Thu, 24 Dec 2020 15:27:23 +0100 Subject: [PATCH] Do not blindly copy from other projects. Bump to 0.2.1 --- src/pygohome/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pygohome/__init__.py b/src/pygohome/__init__.py index 640395d..9835873 100644 --- a/src/pygohome/__init__.py +++ b/src/pygohome/__init__.py @@ -1,7 +1,7 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" __title__ = "pygohome" -__description__ = "Snowball effect in language learning" +__description__ = "A 100% personal route optimizer in a known environment based on experience." __url__ = "https://github.com/eumiro/pygohome/" __uri__ = __url__ __doc__ = __description__ + " <" + __uri__ + ">"