From 65980304e7e0a121c709594dbab77dccae1b7c2a Mon Sep 17 00:00:00 2001 From: Zaid Date: Thu, 11 Jul 2024 05:04:49 +0300 Subject: [PATCH] 1.10.4 --- pyproject.toml | 2 +- tgram/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 430c0ac..d780c33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tgram" -version = "1.10.3" +version = "1.10.4" authors = [ { name="ZAID", email="me@zaid.pro" }, ] diff --git a/tgram/__init__.py b/tgram/__init__.py index 84f22d0..8b9d6ad 100644 --- a/tgram/__init__.py +++ b/tgram/__init__.py @@ -1,5 +1,5 @@ __all__ = ["types", "TgBot", "handlers", "filters"] -__version__ = "1.10.3" +__version__ = "1.10.4" __author__ = "Zaid" __copyright__ = "Copyright (C) 2024-present Zaid "