bumped version

This commit is contained in:
Anders Jensen
2018-08-25 18:05:12 +02:00
parent 21f1d77568
commit 73ddeb021c
2 changed files with 5 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ The _allow remote_ option is to allow remote add and stream of torrents.
# Version Info # Version Info
## Version 0.10.2
* Busting cache when waiting for piece
* Math error in calculating size of readable bytes
## Version 0.10.1 ## Version 0.10.1
* Small bugfixes related to priorities, should actually make sequential download work. * Small bugfixes related to priorities, should actually make sequential download work.

View File

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