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