From 3338332352c4f522a8d50fad93bf8bb0c769a5c5 Mon Sep 17 00:00:00 2001 From: Alexeev Nickolay Date: Mon, 4 Nov 2019 20:26:44 +0300 Subject: [PATCH] (fix) issue #2: setup.py "UserWarning: Normalizing '0.27b' to '0.27b0'" - change version for pypi.org --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78e3a08..aaecdf1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup(name='yandex_connect', - version='0.27b0', + version='0.28b0', description='API Yandex Connect', url='http://github.com/zt50tz/yandex-connect', author='Alexeev Nick',