mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Change version.
This commit is contained in:
parent
e51810fc5e
commit
2fac330c81
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ except ImportError as e:
|
||||||
|
|
||||||
from .utils.versions import Stage, Version
|
from .utils.versions import Stage, Version
|
||||||
|
|
||||||
VERSION = Version(1, 0, 1, stage=Stage.FINAL, build=0)
|
VERSION = Version(1, 0, 2, stage=Stage.DEV, build=0)
|
||||||
API_VERSION = Version(3, 5)
|
API_VERSION = Version(3, 5)
|
||||||
|
|
||||||
__version__ = VERSION.version
|
__version__ = VERSION.version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue