summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-08-04 19:23:38 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-08-04 21:57:55 +0100
commit1990bdcb52aad6d7139bf6b3098c255a1764836c (patch)
tree60de9a8ed5d5e53eb384cd5199e9caaef88dd8fb
parent70bf27497438701c338f0faf246ab059bb098944 (diff)
downloaddeluge-1990bdcb52aad6d7139bf6b3098c255a1764836c.tar.gz
deluge-1990bdcb52aad6d7139bf6b3098c255a1764836c.tar.bz2
deluge-1990bdcb52aad6d7139bf6b3098c255a1764836c.zip
Bump version for updated plugins
-rw-r--r--deluge/plugins/blocklist/setup.py2
-rw-r--r--deluge/plugins/execute/setup.py2
-rw-r--r--deluge/plugins/extractor/setup.py2
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"