mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
Update setup.py. Remove versions util.
This commit is contained in:
parent
80d2b24d7e
commit
dccaae4e9c
5 changed files with 36 additions and 176 deletions
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue