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