From aed9eea2b9e9135e3d4e40c9a5a330a48c15de54 Mon Sep 17 00:00:00 2001 From: arun3688 Date: Tue, 11 Jun 2024 11:43:33 +0200 Subject: [PATCH] release 3.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77077d8..f93f414 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ def generateIDL(): OMPython_packages.extend(['OMPythonIDL', 'OMPythonIDL._OMCIDL', 'OMPythonIDL._OMCIDL__POA']) setup(name='OMPython', - version='3.5.1', + version='3.5.2', description='OpenModelica-Python API Interface', author='Anand Kalaiarasi Ganeson', author_email='ganan642@student.liu.se',