Skip to content

Commit ef10003

Browse files
committed
Correct version number
1 parent 8135444 commit ef10003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.7)
33
# set name and version of the project
44
project(open_simulation_interface)
55
set(VERSION_MAJOR 2)
6-
set(VERSION_MINOR 2)
6+
set(VERSION_MINOR 1)
77
set(VERSION_PATCH 1)
88

99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run(self):
7474

7575
setup(
7676
name='open-simulation-interface',
77-
version='2.0.0',
77+
version='2.1.1',
7878
description='A generic interface for the environmental perception of'
7979
'automated driving functions in virtual scenarios.',
8080
author='Carlo van Driesten, Timo Hanke, Nils Hirsenkorn,'

0 commit comments

Comments
 (0)