From 02899d9e29e954a0247381bf7b24fc0cfbdcb82e Mon Sep 17 00:00:00 2001 From: baskiton Date: Sat, 16 Dec 2023 21:10:50 +0700 Subject: [PATCH] bump to 0.2.2 --- pyfanotify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfanotify/__init__.py b/pyfanotify/__init__.py index ad60c92..1d57e9c 100644 --- a/pyfanotify/__init__.py +++ b/pyfanotify/__init__.py @@ -20,7 +20,7 @@ FanoRule = ext.FanoRule -__version__ = '0.2.1' +__version__ = '0.2.2' # events FAN_ACCESS = ext.FAN_ACCESS