From 59c2431264c46804dc541d296029b327f9991eae Mon Sep 17 00:00:00 2001 From: hrocho Date: Fri, 18 Jun 2021 17:09:39 +0200 Subject: [PATCH] py version tag updated --- pymodule/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymodule/setup.py b/pymodule/setup.py index 716fbf8..6e3c60c 100644 --- a/pymodule/setup.py +++ b/pymodule/setup.py @@ -19,7 +19,7 @@ example_module = Pybind11Extension( setup( name='pycatima', - version=1.54, + version=1.6, author='Andrej Prochazka', author_email='hrocho@vodacionline.sk', description='python interface to catima library',