From 669129d91948bb48f8f5c3051bcc2aa5ac8b1069 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 8 Sep 2022 13:49:29 +0200 Subject: [PATCH] change version to 0.0.8 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index 2e93bb4..b042b66 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.7" +__version__ = "0.0.8" def setLoglevel(loglevel, logname=None):