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:
d8ahazard
2019-11-24 09:16:38 -06:00
parent c2ee823095
commit a9140d33a1

View File

@@ -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'