mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
Bump version
This commit is contained in:
parent
d925ebf411
commit
6bde23109b
2 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
**Few steps before getting started...**
|
||||
- First, you should obtain token for your bot from [BotFather](https://t.me/BotFather).
|
||||
- Install latest stable version of aiogram, simply running `pip install aiogram`
|
||||
- Install the latest stable version of aiogram, simply running `pip install aiogram`
|
||||
|
||||
### Simple [`getMe`](https://core.telegram.org/bots/api#getme) request
|
||||
|
||||
|
|
|
|||
|
|
@ -43,5 +43,5 @@ __all__ = (
|
|||
'utils',
|
||||
)
|
||||
|
||||
__version__ = '2.22.1'
|
||||
__version__ = '2.22.2'
|
||||
__api_version__ = '6.2'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue