Bump version

This commit is contained in:
Alex Root Junior 2022-10-02 20:00:07 +03:00
parent d925ebf411
commit 6bde23109b
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -43,5 +43,5 @@ __all__ = (
'utils',
)
__version__ = '2.22.1'
__version__ = '2.22.2'
__api_version__ = '6.2'