From e1ebd29887f135f108517d0b81b763e7c2f92b20 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 5 Nov 2020 13:13:34 +0100 Subject: [PATCH] change version to 0.0.2 --- pyinotifyd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyinotifyd/__init__.py b/pyinotifyd/__init__.py index b08fbe4..0b2d16d 100755 --- a/pyinotifyd/__init__.py +++ b/pyinotifyd/__init__.py @@ -25,7 +25,7 @@ import sys from pyinotifyd.watch import Watch, EventMap from pyinotifyd._install import install, uninstall -__version__ = "0.0.1" +__version__ = "0.0.2" class Pyinotifyd: