From 8d8e08d94fda70e84a148fe5f0aa8b8e912e050e Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 20 Oct 2022 17:53:05 +0200 Subject: [PATCH] change version to 0.0.9 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index 3c21742..f7afd3b 100644 --- a/pyinotifyd/__init__.py +++ b/pyinotifyd/__init__.py @@ -36,7 +36,7 @@ from pyinotify import ProcessEvent, ExcludeFilter from pyinotifyd._install import install, uninstall from pyinotifyd.scheduler import TaskScheduler, Cancel -__version__ = "0.0.8" +__version__ = "0.0.9" def setLoglevel(loglevel, logname=None):