Update setup.py. Remove versions util.

This commit is contained in:
Alex Root Junior 2018-05-02 13:45:47 +03:00
parent 80d2b24d7e
commit dccaae4e9c
5 changed files with 36 additions and 176 deletions

View file

@ -61,7 +61,7 @@ author = 'Illemius / Alex Root Junior'
# built documents.
#
# The short X.Y version.
version = '{0}.{1}'.format(aiogram.VERSION.major, aiogram.VERSION.minor)
version = aiogram.__version__
# The full version, including alpha/beta/rc tags.
release = aiogram.__version__