[Scheduler] Bump to version 0.3
This commit is contained in:
parent
b2be4aba53
commit
aa10e084a4
|
@ -41,7 +41,7 @@ from setuptools import setup
|
||||||
__plugin_name__ = "Scheduler"
|
__plugin_name__ = "Scheduler"
|
||||||
__author__ = "Andrew Resch"
|
__author__ = "Andrew Resch"
|
||||||
__author_email__ = "andrewresch@gmail.com"
|
__author_email__ = "andrewresch@gmail.com"
|
||||||
__version__ = "0.2"
|
__version__ = "0.3"
|
||||||
__url__ = "http://deluge-torrent.org"
|
__url__ = "http://deluge-torrent.org"
|
||||||
__license__ = "GPLv3"
|
__license__ = "GPLv3"
|
||||||
__description__ = "Schedule limits on a per-hour per-day basis."
|
__description__ = "Schedule limits on a per-hour per-day basis."
|
||||||
|
|
Loading…
Reference in New Issue