diff --git a/README.md b/README.md index 747873d..aea95d1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-
Supported Bot API version PyPI Downloads Telegram Channel Telegram Group
+
Supported Bot API version PyPI Downloads Telegram Channel Telegram Group
## 🚀 Quick Start Here's a basic example to get started with tgram: diff --git a/pyproject.toml b/pyproject.toml index 64aed7a..c7a2545 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tgram" -version = "1.12.1" +version = "1.12.2" description = "Very friendly BOT API library for Python developers." authors = ["Zaid "] license = "MIT" diff --git a/tgram/__init__.py b/tgram/__init__.py index 4b5bbc2..e4d8ca3 100644 --- a/tgram/__init__.py +++ b/tgram/__init__.py @@ -8,7 +8,7 @@ "utils", "storage", ] -__version__ = "1.12.1" +__version__ = "1.12.2" from . import filters, utils, storage, handlers, types