Skip to content

Commit

Permalink
2.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah committed May 3, 2021
1 parent aaed943 commit fc72645
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,10 +1,10 @@
# FilebotTool: FileBot Integration for Deluge
*requires [Filebot](http://www.filebot.net/)*

**Version 1.2.6**
**Version 2.0.0**


***NOTE: THIS PLUGIN IS NOT YET COMPATABLE WITH DELUGE 2.0***
***Now Compatible With Deluge 2.0!***


##### [Download Latest Release](https://github.com/Laharah/deluge-FilebotTool/releases/latest)
Expand Down Expand Up @@ -61,7 +61,7 @@ if you want the very latest release, you can build the plugin from source.

You will need:
- git
- a version of python that matches your deluge version (2.7 by default)
- a version of python that matches your deluge version (2.7 by default, 3.5+ for deluge 2.0)

##### Instructions:
- in a command window, type
Expand All @@ -73,7 +73,7 @@ You will need:

- then to build the plugin, on linux/osx type:
```
python2.7 setup.py bdist_egg # replace with 2.6 if your deluge uses python 2.6
python2.7 setup.py bdist_egg # use python3 if using deluge 2.0
```
or on windows:
```
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__ = "1.2.11"
__version__ = "2.0.0"
__url__ = "https://github.com/Laharah/deluge-FileBotTool"
__license__ = "GPLv3"
__description__ = "Integrates FileBot functionality to Deluge"
Expand Down

0 comments on commit fc72645

Please sign in to comment.