Browse Source

(fix) issue #2: setup.py "UserWarning: Normalizing '0.27b' to '0.27b0'" - change version for pypi.org

master
Alexeev Nickolay 5 years ago
parent
commit
3338332352
  1. 2
      setup.py

2
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',

Loading…
Cancel
Save