raise version to 1.0.2

This commit is contained in:
2026-08-18 10:48:42 +02:00
parent 3afcddaeb6
commit a32638860e
+1 -1
View File
@@ -36,7 +36,7 @@ from pyinotify import ProcessEvent, ExcludeFilter
from pyinotifyd._install import install, uninstall
from pyinotifyd.scheduler import TaskScheduler, Cancel
__version__ = "1.0.1"
__version__ = "1.0.2"
def setLoglevel(loglevel, logname=None):