diff --git a/README.md b/README.md index ec730fa..910f18a 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ The _allow remote_ option is to allow remote add and stream of torrents. # Version Info +## Version 0.10.1 +* Small bugfixes related to priorities, should actually make sequential download work. + ## Version 0.10.0 * Rewrote large parts of the code * Now using [thomas](https://github.com/JohnDoee/thomas) as file-reading core - this adds support for multi-rar streaming. diff --git a/setup.py b/setup.py index f74eabb..7be06e8 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ from setuptools import setup, find_packages __plugin_name__ = "Streaming" __author__ = "Anders Jensen" __author_email__ = "johndoee@tidalstream.org" -__version__ = "0.10.0" +__version__ = "0.10.1" __url__ = "https://github.com/JohnDoee/deluge-streaming" __license__ = "GPLv3" __description__ = "Enables streaming of files while downloading them."