Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
- added python 2.6 to build script
  • Loading branch information
Laharah committed Feb 9, 2016
1 parent cbc6b69 commit 31928f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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)*

Expand Down
1 change: 1 addition & 0 deletions build_and_test.bat
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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__ = ""
Expand Down

0 comments on commit 31928f2

Please sign in to comment.