mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 09:22:03 +00:00
Release 0.3.3
This commit is contained in:
parent
7b1fdef84d
commit
c94c4e8003
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, 3, stage=Stage.DEV, build=0)
|
||||
VERSION = Version(0, 3, 3, stage=Stage.FINAL, build=0)
|
||||
|
||||
__version__ = VERSION.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue