From 31928f2a6a92419fdcb89e4a12987691a63b81d4 Mon Sep 17 00:00:00 2001 From: laharah Date: Tue, 9 Feb 2016 14:59:16 -0800 Subject: [PATCH] - version bump - added python 2.6 to build script --- README.md | 2 +- build_and_test.bat | 1 + setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dbb3523..68246c3 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.7.2** +**Version Beta 0.7.3** *Download [HERE](https://github.com/Laharah/deluge-FilebotTool/releases/latest)* diff --git a/build_and_test.bat b/build_and_test.bat index 8f644f1..12af0a3 100644 --- a/build_and_test.bat +++ b/build_and_test.bat @@ -7,6 +7,7 @@ if "%ProgramFiles(x86)%"=="" (set delugepath="%ProgramFiles%") else (set delugep %scriptdrive% cd %scriptdrive%%scriptpath% py -2.7 setup.py bdist_egg +py -2.6 setup.py bdist_egg copy dist\* %APPDATA%\deluge\plugins start cmd.exe /K "%delugepath%\Deluge\deluged-debug.exe -L debug" diff --git a/setup.py b/setup.py index ba9073a..19bee24 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "FileBotTool" __author__ = "laharah" __author_email__ = "laharah+fbt@gmail.com" -__version__ = "0.7.2" +__version__ = "0.7.3" __url__ = "" __license__ = "GPLv3" __description__ = ""