From f3c13523af9fad29757bf12064efe3d8c2cf750d Mon Sep 17 00:00:00 2001 From: mkaay Date: Sun, 2 May 2010 00:52:32 +0200 Subject: version fix, removed debug messages --- module/plugins/Hook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/Hook.py') diff --git a/module/plugins/Hook.py b/module/plugins/Hook.py index 404a132b9..4a385c417 100644 --- a/module/plugins/Hook.py +++ b/module/plugins/Hook.py @@ -15,7 +15,7 @@ along with this program; if not, see . @author: mkaay - @interface-version: 0.1 + @interface-version: 0.2 """ import logging @@ -28,7 +28,7 @@ class Hook(): self.config = {} props = {} props['name'] = "Hook" - props['version'] = "0.1" + props['version'] = "0.2" props['description'] = """interface for hook""" props['author_name'] = ("mkaay") props['author_mail'] = ("mkaay@mkaay.de") -- cgit v1.2.3