change version to 0.0.6

This commit is contained in:
2020-11-24 14:13:04 +01:00
parent 9794b89b5a
commit 1a9d695374

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