From caf54b329d218f78680dd71750601873078c4ed0 Mon Sep 17 00:00:00 2001 From: laharah Date: Sun, 21 Feb 2016 18:05:13 -0800 Subject: [PATCH] - version bump --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b8612d..8312cdf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #FilebotTool: FileBot Integration for Deluge *requires [Filebot](http://www.filebot.net/)* -**Version Beta 0.8.4** +**Version Beta 0.8.5** #####[Download Latest Release](https://github.com/Laharah/deluge-FilebotTool/releases/latest) diff --git a/setup.py b/setup.py index 6c7350a..6064f3d 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "FileBotTool" __author__ = "laharah" __author_email__ = "laharah+fbt@gmail.com" -__version__ = "0.8.4" +__version__ = "0.8.5" __url__ = "https://github.com/Laharah/deluge-FileBotTool" __license__ = "GPLv3" __description__ = "Integrates FileBot functionality to Deluge"