Skip to content

Commit b16f42b

Browse files
committed
Increase version number
1 parent adb9686 commit b16f42b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pipeline {
33
docker {
44
// Large image with full OpenModelica build dependencies; lacks omc and OMPython
55
image 'openmodelica/build-deps'
6+
label 'linux'
67
}
78
}
89
options {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def generateIDL():
5454
OMPython_packages.extend(['OMPythonIDL', 'OMPythonIDL._OMCIDL', 'OMPythonIDL._OMCIDL__POA'])
5555

5656
setup(name='OMPython',
57-
version='3.0.2',
57+
version='3.0.3',
5858
description='OpenModelica-Python API Interface',
5959
author='Anand Kalaiarasi Ganeson',
6060
author_email='ganan642@student.liu.se',

0 commit comments

Comments
 (0)