change version to 0.0.7

This commit is contained in:
2022-08-12 09:59:44 +02:00
parent d07316990e
commit b80d71e95e

View File

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