diff --git a/README.md b/README.md index 5c0a80fb0f..943777ec0d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/aiogram/__init__.py b/aiogram/__init__.py index f984c610d2..a21a69b05c 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -43,5 +43,5 @@ 'utils', ) -__version__ = '2.22.1' +__version__ = '2.22.2' __api_version__ = '6.2'