From 2441ba20480c23fdd2d38a1f82b68c9dec4d4e1c Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Mon, 9 Nov 2020 20:12:18 +0100 Subject: [PATCH] change version to 0.0.3 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index 5bdcbb7..8d642e0 100755 --- a/pyinotifyd/__init__.py +++ b/pyinotifyd/__init__.py @@ -34,7 +34,7 @@ from pyinotify import ProcessEvent from pyinotifyd._install import install, uninstall from pyinotifyd.scheduler import TaskScheduler, Cancel -__version__ = "0.0.2" +__version__ = "0.0.3" class _SchedulerList: