mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 17:33:44 +00:00
Change version number
This commit is contained in:
parent
55069c73db
commit
539d61faa6
1 changed files with 2 additions and 1 deletions
|
|
@ -3,8 +3,9 @@ from .bot import Bot
|
|||
|
||||
major_version = 0
|
||||
minor_version = 3
|
||||
major_build = 1
|
||||
build_type = ''
|
||||
build_number = ''
|
||||
|
||||
|
||||
__version__ = f"{major_version}.{minor_version}{build_type}{build_number}"
|
||||
__version__ = f"{major_version}.{minor_version}.{major_build}.{build_type}{build_number}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue