From 1552077a86e4f45a1867812eaaefdc54523b03a0 Mon Sep 17 00:00:00 2001 From: Noam Date: Tue, 10 Sep 2024 23:05:21 +0300 Subject: [PATCH] fix: bump version (#54) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b379d1..74c7b84 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ __plugin_name__ = "Telegramer" __author__ = "Noam" __author_email__ = "noamgit@gmail.com" -__version__ = "2.1.1.0" +__version__ = "2.1.1.3" __url__ = "https://github.com/noam09" __license__ = "GPLv3" __description__ = "Control Deluge using Telegram"