From 3c302bc4cf32d69ab2d1e39dae4db8a0c3a679a0 Mon Sep 17 00:00:00 2001 From: baskiton Date: Sun, 21 Jul 2024 03:59:12 +0700 Subject: [PATCH] bump version to 0.3.0 --- pyfanotify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfanotify/__init__.py b/pyfanotify/__init__.py index 7e27b0b..26eb235 100644 --- a/pyfanotify/__init__.py +++ b/pyfanotify/__init__.py @@ -20,7 +20,7 @@ FanoRule = ext.FanoRule -__version__ = '0.2.2' +__version__ = '0.3.0' # events FAN_ACCESS = ext.FAN_ACCESS