From 5b589cc999f7b6b868160e6e9a196b9f53e8eafa Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 10 Nov 2020 00:55:42 +0100 Subject: [PATCH] change version to 0.0.5 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index 6d52b48..b46c52a 100755 --- a/pyinotifyd/__init__.py +++ b/pyinotifyd/__init__.py @@ -36,7 +36,7 @@ from pyinotify import ProcessEvent from pyinotifyd._install import install, uninstall from pyinotifyd.scheduler import TaskScheduler, Cancel -__version__ = "0.0.4" +__version__ = "0.0.5" def setLoglevel(loglevel, logname=None):