From 1897f54acaecc19d0d1da2d37cbbd26f59129ee2 Mon Sep 17 00:00:00 2001 From: mrmissx Date: Wed, 28 Sep 2022 19:19:30 +0700 Subject: [PATCH] Bump version to v2.4.2 --- anjani/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anjani/__init__.py b/anjani/__init__.py index da0b2e448..6dd218b96 100644 --- a/anjani/__init__.py +++ b/anjani/__init__.py @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "2.4.1" +__version__ = "2.4.2" __description__ = "Telegram group management bot with spam protection." diff --git a/pyproject.toml b/pyproject.toml index 3cb53bf7c..dd16d80ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anjani" -version = "2.4.1" +version = "2.4.2" description = "Telegram group management bot" license = "GPL-3.0-or-later" authors = ["UserbotIndo Team"]