From 84509f2c099d156aca530b311b1edb34c7f7fe69 Mon Sep 17 00:00:00 2001 From: mkaay Date: Mon, 7 Feb 2011 20:51:43 +0100 Subject: version increment --- module/plugins/hooks/Ev0InFetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/hooks/Ev0InFetcher.py b/module/plugins/hooks/Ev0InFetcher.py index 9b9b11337..f20031e40 100644 --- a/module/plugins/hooks/Ev0InFetcher.py +++ b/module/plugins/hooks/Ev0InFetcher.py @@ -23,7 +23,7 @@ from module.plugins.PluginStorage import PluginStorage class Ev0InFetcher(Hook, PluginStorage): __name__ = "Ev0InFetcher" - __version__ = "0.1" + __version__ = "0.2" __description__ = """checks rss feeds for ev0.in""" __config__ = [("activated", "bool", "Activated", "False"), ("interval", "int", "Check interval in minutes", "10"), -- cgit v1.2.3