From 37e639aa049e7fff7c02158a85ca64777604cd8e Mon Sep 17 00:00:00 2001 From: laharah Date: Wed, 26 Apr 2017 11:29:34 -0700 Subject: [PATCH] version bump --- README.md | 10 +++++----- setup.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b2cdb56..0b3ac3b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # FilebotTool: FileBot Integration for Deluge *requires [Filebot](http://www.filebot.net/)* -**Version 1.1.6** +**Version 1.1.8** ##### [Download Latest Release](https://github.com/Laharah/deluge-FilebotTool/releases/latest) ##### [How to Install in Deluge](https://github.com/Laharah/deluge-FileBotTool/wiki) -Rename your torrents using FileBot from within deluge. Keep your media organized and +Rename your torrents using FileBot from within deluge. Keep your media organized and your torrents seeding **without wasting storage space on duplicates!** ![rename_dialog](http://i.imgur.com/pfc14Rs.png) @@ -70,9 +70,9 @@ You will need: - then to build the plugin, on linux/osx type: ``` python2.6 setup.py bdist_egg # replace with 2.7 if deluge uses python 2.7 -``` +``` or on windows: ``` py -2.6 setup.py bdist_egg -``` -- The new .egg file located in the `dist/` folder is now ready to be added to deluge. +``` +- The new .egg file located in the `dist/` folder is now ready to be added to deluge. diff --git a/setup.py b/setup.py index 37490bb..f9832e4 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "FileBotTool" __author__ = "laharah" __author_email__ = "laharah+fbt@gmail.com" -__version__ = "1.1.7" +__version__ = "1.1.8" __url__ = "https://github.com/Laharah/deluge-FileBotTool" __license__ = "GPLv3" __description__ = "Integrates FileBot functionality to Deluge"