From 1136d45b356c2fe8240d809c08216cfe6cc470b4 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Wed, 23 Mar 2022 16:27:42 +0100 Subject: [PATCH] Update setup.py --- pymodule/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymodule/setup.py b/pymodule/setup.py index a918584..dee0b42 100644 --- a/pymodule/setup.py +++ b/pymodule/setup.py @@ -19,7 +19,7 @@ example_module = Pybind11Extension( setup( name='pycatima', - version=1.7, + version=1.71, author='Andrej Prochazka', author_email='hrocho@vodacionline.sk', description='python interface to catima library',