From c06de500c804595954a5aa9bea2801c0da646f28 Mon Sep 17 00:00:00 2001 From: mrmissx Date: Tue, 24 Jan 2023 10:17:27 +0700 Subject: [PATCH] chore: bump version --- 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 e537ec337..4ab22f261 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.8.0a2" +__version__ = "2.8.0a3" __description__ = "Telegram group management bot with spam protection." diff --git a/pyproject.toml b/pyproject.toml index 59634a14d..cf2695e11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "anjani" -version = "2.8.0a2" +version = "2.8.0a3" description = "Telegram group management bot" license = "GPL-3.0-or-later" authors = [