change version to 0.0.10

This commit is contained in:
2023-04-03 14:49:06 +02:00
parent 5a019f1352
commit 5556902e54

View File

@@ -36,7 +36,7 @@ from pyinotify import ProcessEvent, ExcludeFilter
from pyinotifyd._install import install, uninstall
from pyinotifyd.scheduler import TaskScheduler, Cancel
__version__ = "0.0.9"
__version__ = "0.0.10"
def setLoglevel(loglevel, logname=None):