From 1a9d695374fcb085b7aa88a1ec1b0e10d9b14361 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 24 Nov 2020 14:13:04 +0100 Subject: [PATCH] change version to 0.0.6 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index c7a0655..afde0bb 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.5" +__version__ = "0.0.6" def setLoglevel(loglevel, logname=None):