mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Provide proxy connection. Add example for proxy and emoji util
This commit is contained in:
parent
c94c4e8003
commit
6c21270ccb
5 changed files with 94 additions and 23 deletions
|
|
@ -2,6 +2,6 @@ from .utils.versions import Version, Stage
|
|||
from .bot import Bot
|
||||
|
||||
|
||||
VERSION = Version(0, 3, 3, stage=Stage.FINAL, build=0)
|
||||
VERSION = Version(0, 3, 4, stage=Stage.DEV, build=0)
|
||||
|
||||
__version__ = VERSION.version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue