From a9140d33a1dbc7d4f2af2ec3a4b0dea4d3b7d895 Mon Sep 17 00:00:00 2001 From: d8ahazard Date: Sun, 24 Nov 2019 09:16:38 -0600 Subject: [PATCH] Version Bump Fix is related to version of Py that the plugin was compiled with, but we'll bump it for sanity sake. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc1e292..0ab4ae7 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import find_packages, setup __plugin_name__ = 'SimpleExtractor' __author__ = 'Digitalhigh' __author_email__ = 'donate.to.digitalhigh@gmail.com' -__version__ = '0.9' +__version__ = '1.0' __url__ = 'github.com/d8ahazard/deluge-extractor' __license__ = 'GPLv3' __description__ = 'Extract files upon torrent completion'