diff --git a/anjani/__init__.py b/anjani/__init__.py index 8cbc79fd8..9469a329f 100644 --- a/anjani/__init__.py +++ b/anjani/__init__.py @@ -13,10 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = "2.3" +__version__ = "2.4" -__description__ = ( - "Telegram group management bot with spam protection powered by Machine Learning and tesseract." -) +__description__ = "Telegram group management bot with spam protection." DEFAULT_CONFIG_PATH = "config.env" diff --git a/pyproject.toml b/pyproject.toml index ca8636bfe..07bb24ae3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anjani" -version = "2.3.1" +version = "2.4" description = "Telegram group management bot" license = "GPL-3.0-or-later" authors = ["UserbotIndo Team"]