From 6bde23109b261e86900db8b80aea935abad23d39 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sun, 2 Oct 2022 20:00:07 +0300 Subject: [PATCH] Bump version --- README.md | 2 +- aiogram/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c0a80fb..943777ec 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 f984c610..a21a69b0 100644 --- a/aiogram/__init__.py +++ b/aiogram/__init__.py @@ -43,5 +43,5 @@ __all__ = ( 'utils', ) -__version__ = '2.22.1' +__version__ = '2.22.2' __api_version__ = '6.2'