diff --git a/pyproject.toml b/pyproject.toml index f305c88..fdbec85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgram" -version = "1.11.4" +version = "1.11.5" description = "Very friendly BOT API library for Python developers." authors = ["Zaid "] license = "MIT" diff --git a/tgram/__init__.py b/tgram/__init__.py index e8e0291..cda622a 100644 --- a/tgram/__init__.py +++ b/tgram/__init__.py @@ -1,5 +1,5 @@ __all__ = ["types", "TgBot", "handlers", "filters", "compose", "StopPropagation"] -__version__ = "1.11.4" +__version__ = "1.11.5" __author__ = "Zaid" __copyright__ = "Copyright (C) 2024-present Zaid "