mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 20:44:50 +00:00
Bump version for updated plugins
This commit is contained in:
parent
70bf274974
commit
1990bdcb52
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user