Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed Oct 2, 2022
1 parent d925ebf commit 6bde231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion aiogram/__init__.py
Expand Up @@ -43,5 +43,5 @@
'utils',
)

__version__ = '2.22.1'
__version__ = '2.22.2'
__api_version__ = '6.2'

0 comments on commit 6bde231

Please sign in to comment.