change version to 0.0.9

This commit is contained in:
2022-10-20 17:53:05 +02:00
parent 0ea2dadea4
commit 8d8e08d94f

View File

@@ -36,7 +36,7 @@ from pyinotify import ProcessEvent, ExcludeFilter
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.8" __version__ = "0.0.9"
def setLoglevel(loglevel, logname=None): def setLoglevel(loglevel, logname=None):