fix version

This commit is contained in:
2022-10-20 17:51:24 +02:00
parent 006d631682
commit 0ea2dadea4

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.7" __version__ = "0.0.8"
def setLoglevel(loglevel, logname=None): def setLoglevel(loglevel, logname=None):