From fcebb2a6ca3000e1111cc526671d1400239f092b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBelasko?= Date: Sun, 29 Jan 2023 15:18:47 -0500 Subject: [PATCH] bump version to 0.4.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f5d69e..8c58ce3 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ def no_cythonize(extensions, **_ignore): extensions = no_cythonize(extensions) -__version__ = "0.4.0" +__version__ = "0.4.1" this_directory = path.abspath(path.dirname(__file__))