From 1990bdcb52aad6d7139bf6b3098c255a1764836c Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Mon, 4 Aug 2014 19:23:38 +0100 Subject: [PATCH] Bump version for updated plugins --- deluge/plugins/blocklist/setup.py | 2 +- deluge/plugins/execute/setup.py | 2 +- deluge/plugins/extractor/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deluge/plugins/blocklist/setup.py b/deluge/plugins/blocklist/setup.py index b8b7e67fe..23728be92 100644 --- a/deluge/plugins/blocklist/setup.py +++ b/deluge/plugins/blocklist/setup.py @@ -36,7 +36,7 @@ from setuptools import setup __plugin_name__ = "Blocklist" __author__ = "John Garland" __author_email__ = "johnnybg+deluge@gmail.com" -__version__ = "1.2" +__version__ = "1.3" __url__ = "http://deluge-torrent.org" __license__ = "GPLv3" __description__ = "Download and import IP blocklists" diff --git a/deluge/plugins/execute/setup.py b/deluge/plugins/execute/setup.py index 2938e1757..c486e48ee 100644 --- a/deluge/plugins/execute/setup.py +++ b/deluge/plugins/execute/setup.py @@ -36,7 +36,7 @@ from setuptools import setup __plugin_name__ = "Execute" __author__ = "Damien Churchill" __author_email__ = "damoxc@gmail.com" -__version__ = "1.2" +__version__ = "1.3" __url__ = "http://deluge-torrent.org" __license__ = "GPLv3" __description__ = "Plugin to execute a command upon an event" diff --git a/deluge/plugins/extractor/setup.py b/deluge/plugins/extractor/setup.py index 465777bd8..e742ecbcf 100644 --- a/deluge/plugins/extractor/setup.py +++ b/deluge/plugins/extractor/setup.py @@ -42,7 +42,7 @@ from setuptools import setup __plugin_name__ = "Extractor" __author__ = "Andrew Resch" __author_email__ = "andrewresch@gmail.com" -__version__ = "0.3" +__version__ = "0.4" __url__ = "http://deluge-torrent.org" __license__ = "GPLv3" __description__ = "Extract files upon torrent completion"