Skip to content

Commit f8b46f0

Browse files
levic92levic92
levic92
authored and
levic92
committed
version 0.6.2
1 parent f232bb1 commit f8b46f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To build the python egg file:
2828

2929
# Installation Instructions
3030

31-
Download the [egg file](https://github.com/levic92/LCExtractor/releases/download/0.6.1/LCExtractor-0.6.1-py2.7.egg) of the plugin.
31+
Download the [egg file](https://github.com/levic92/LCExtractor/releases) of the plugin.
3232

3333
##### Notes
3434
* Plugin eggs have the Python version encoded in the filename and will only load in Deluge if the versions match. (e.g. Plugin-1.0-py2.7.egg is a Python 2.7 egg.)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__plugin_name__ = "LCExtractor"
4343
__author__ = "levic92"
4444
__author_email__ = ""
45-
__version__ = "0.6.1"
45+
__version__ = "0.6.2"
4646
__url__ = "http://deluge-torrent.org"
4747
__license__ = "GPLv3"
4848
__description__ = "Extract files upon torrent completion"

0 commit comments

Comments
 (0)