From c857a335abdbb3d5ac3bd8d7e1164e8236fc03b4 Mon Sep 17 00:00:00 2001 From: Alexeev Nickolay Date: Tue, 5 Feb 2019 22:35:59 +0300 Subject: [PATCH] (feat) setup: new version for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f80147..d6af91a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md", "r") as fh: long_description = fh.read() setup(name='yandex_connect', - version='0.011b', + version='0.012b', description='API Yandex Connect', url='http://github.com/zt50tz/yandex-connect', author='Alexeev Nick',