change version to 0.0.8

This commit is contained in:
2022-09-08 13:49:29 +02:00
parent 961c64e422
commit 669129d919

View File

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