fixed breaking bug

This commit is contained in:
Anders Jensen
2020-04-22 12:34:25 +02:00
parent d6e7fc83b8
commit 287efadb3e
3 changed files with 6 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ from setuptools import setup, find_packages
__plugin_name__ = "Streaming"
__author__ = "Anders Jensen"
__author_email__ = "johndoee@tridentstream.org"
__version__ = "0.12.0"
__version__ = "0.12.1"
__url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them."