diff --git a/pyproject.toml b/pyproject.toml index cf84a07..4cb2f5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tgram" -version = "1.10.6" +version = "1.10.7" authors = [ { name="ZAID", email="me@zaid.pro" }, ] diff --git a/tgram/__init__.py b/tgram/__init__.py index f94ebac..5b4ea05 100644 --- a/tgram/__init__.py +++ b/tgram/__init__.py @@ -1,5 +1,5 @@ __all__ = ["types", "TgBot", "handlers", "filters"] -__version__ = "1.10.6" +__version__ = "1.10.7" __author__ = "Zaid" __copyright__ = "Copyright (C) 2024-present Zaid "