Version Bump
Fix is related to version of Py that the plugin was compiled with, but we'll bump it for sanity sake.
This commit is contained in:
2
setup.py
2
setup.py
@@ -16,7 +16,7 @@ from setuptools import find_packages, setup
|
|||||||
__plugin_name__ = 'SimpleExtractor'
|
__plugin_name__ = 'SimpleExtractor'
|
||||||
__author__ = 'Digitalhigh'
|
__author__ = 'Digitalhigh'
|
||||||
__author_email__ = 'donate.to.digitalhigh@gmail.com'
|
__author_email__ = 'donate.to.digitalhigh@gmail.com'
|
||||||
__version__ = '0.9'
|
__version__ = '1.0'
|
||||||
__url__ = 'github.com/d8ahazard/deluge-extractor'
|
__url__ = 'github.com/d8ahazard/deluge-extractor'
|
||||||
__license__ = 'GPLv3'
|
__license__ = 'GPLv3'
|
||||||
__description__ = 'Extract files upon torrent completion'
|
__description__ = 'Extract files upon torrent completion'
|
||||||
|
|||||||
Reference in New Issue
Block a user