change version to 0.0.5

This commit is contained in:
2020-11-10 00:55:42 +01:00
parent d1b1fc9a4e
commit 5b589cc999

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