Bump version

This commit is contained in:
Alex Root Junior 2022-11-19 20:32:36 +02:00
parent 780a3d80fd
commit c7779abc50
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
2 changed files with 2 additions and 2 deletions

View file

@ -35,5 +35,5 @@ __all__ = (
"flags",
)
__version__ = "3.0.0b6"
__version__ = "3.0.0b7"
__api_version__ = "6.3"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "aiogram"
version = "3.0.0-beta.6"
version = "3.0.0-beta.7"
description = "Modern and fully asynchronous framework for Telegram Bot API"
authors = [
"Alex Root Junior <jroot.junior@gmail.com>",