mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Increment version.
This commit is contained in:
parent
e2b82af8b1
commit
7dd44c1dfa
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, 0, stage=Stage.FINAL, build=0)
|
VERSION = Version(1, 0, 1, stage=Stage.DEV, build=0)
|
||||||
API_VERSION = Version(3, 4)
|
API_VERSION = Version(3, 4)
|
||||||
|
|
||||||
__version__ = VERSION.version
|
__version__ = VERSION.version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue