From 5c2c50464bbf2d5199ff780d93f07313be381970 Mon Sep 17 00:00:00 2001 From: arun3688 Date: Thu, 29 Feb 2024 15:39:57 +0100 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 197be7dd1..5a23e44f0 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.4.0', + version='3.5.0', description='OpenModelica-Python API Interface', author='Anand Kalaiarasi Ganeson', author_email='ganan642@student.liu.se',