diff --git a/README.md b/README.md index e7ecc7d..991f158 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ The _allow remote_ option is to allow remote add and stream of torrents. # Version Info +## Version 0.9.0 +* Few bugfixes +* Added support for Deluge 2 + ## Version 0.8.1 * Fixed some small problems and bugs * better URL execution with GTKUI diff --git a/setup.py b/setup.py index 1f3da80..fff6ac2 100644 --- a/setup.py +++ b/setup.py @@ -40,9 +40,9 @@ from setuptools import setup __plugin_name__ = "Streaming" -__author__ = "John Doee" +__author__ = "Anders Jensen" __author_email__ = "johndoee@tidalstream.org" -__version__ = "0.8.1" +__version__ = "0.9.0" __url__ = "https://github.com/JohnDoee/deluge-streaming" __license__ = "GPLv3" __description__ = "Enables streaming of files while downloading them."