mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
AIOG-T-20 Bot API 4.8
This commit is contained in:
parent
15bcc0ba9f
commit
c9d22b900b
100 changed files with 229 additions and 169 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "aiogram"
|
||||
version = "3.0.0-alpha.3"
|
||||
version = "3.0.0-alpha.4"
|
||||
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
||||
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
@ -30,6 +30,7 @@ classifiers = [
|
|||
"Framework :: AsyncIO",
|
||||
"Typing :: Typed",
|
||||
]
|
||||
build = "build.py"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue