change version to 0.0.3

This commit is contained in:
2020-11-09 20:12:18 +01:00
parent b830ddd0a5
commit 2441ba2048

View File

@@ -34,7 +34,7 @@ from pyinotify import ProcessEvent
from pyinotifyd._install import install, uninstall from pyinotifyd._install import install, uninstall
from pyinotifyd.scheduler import TaskScheduler, Cancel from pyinotifyd.scheduler import TaskScheduler, Cancel
__version__ = "0.0.2" __version__ = "0.0.3"
class _SchedulerList: class _SchedulerList: