From 9b27d008bcc5703da3fcd99b357666cb34e07883 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Sun, 20 Jun 2021 23:25:10 +0200 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 6e3c60c..da70d07 100644 --- a/pymodule/setup.py +++ b/pymodule/setup.py @@ -19,7 +19,7 @@ example_module = Pybind11Extension( setup( name='pycatima', - version=1.6, + version=1.61, author='Andrej Prochazka', author_email='hrocho@vodacionline.sk', description='python interface to catima library',