mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 11:25:54 +00:00
Release 0.3.4
This commit is contained in:
parent
e58f968735
commit
dbd9a79567
1 changed files with 1 additions and 1 deletions
|
|
@ -2,6 +2,6 @@ from .utils.versions import Version, Stage
|
|||
from .bot import Bot
|
||||
|
||||
|
||||
VERSION = Version(0, 3, 4, stage=Stage.DEV, build=0)
|
||||
VERSION = Version(0, 3, 4, stage=Stage.FINAL, build=0)
|
||||
|
||||
__version__ = VERSION.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue