From b80d71e95e95517c47201dc1986a48297ae870a9 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Fri, 12 Aug 2022 09:59:44 +0200 Subject: [PATCH] change version to 0.0.7 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index 5bb94d2..2e93bb4 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.6" +__version__ = "0.0.7" def setLoglevel(loglevel, logname=None):