diff --git a/requirements.txt b/requirements.txt index e843e3f..9081e2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ setuptools~=60.2.0 pydantic~=1.10.7 -aiogram~=3.0.0b7 \ No newline at end of file +aiogram>=3.0.0b7 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d8e5b40..889f8ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = aiogram-translation -version = 1.2.1 +version = 1.2.2 author = Roman Poltorabatko author_email = barabum@duck.com url = https://github.com/barabum0/aiogram-translation