change version to 0.0.2

This commit is contained in:
2020-11-05 13:13:34 +01:00
parent 5fbae2983b
commit e1ebd29887

View File

@@ -25,7 +25,7 @@ import sys
from pyinotifyd.watch import Watch, EventMap from pyinotifyd.watch import Watch, EventMap
from pyinotifyd._install import install, uninstall from pyinotifyd._install import install, uninstall
__version__ = "0.0.1" __version__ = "0.0.2"
class Pyinotifyd: class Pyinotifyd: