We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb9686 commit b16f42bCopy full SHA for b16f42b
Jenkinsfile
@@ -3,6 +3,7 @@ pipeline {
3
docker {
4
// Large image with full OpenModelica build dependencies; lacks omc and OMPython
5
image 'openmodelica/build-deps'
6
+ label 'linux'
7
}
8
9
options {
setup.py
@@ -54,7 +54,7 @@ def generateIDL():
54
OMPython_packages.extend(['OMPythonIDL', 'OMPythonIDL._OMCIDL', 'OMPythonIDL._OMCIDL__POA'])
55
56
setup(name='OMPython',
57
- version='3.0.2',
+ version='3.0.3',
58
description='OpenModelica-Python API Interface',
59
author='Anand Kalaiarasi Ganeson',
60
author_email='ganan642@student.liu.se',
0 commit comments