Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Schroeder <jonas.schroeder1@rwth-aachen.de>
  • Loading branch information
JTS22 committed Jul 13, 2023
1 parent 5240326 commit db4aeb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Please keep 3.14 as minimum requirement for building on OPAL-RT targets
cmake_minimum_required(VERSION 3.14...3.23)
project(DPsim
VERSION 1.1.0
VERSION 1.1.1
DESCRIPTION "C++ Power System Simulation Library"
LANGUAGES CXX
HOMEPAGE_URL "https://dpsim.fein-aachen.org/")
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = dpsim
version = 1.1.0
version = 1.1.1
author = The DPsim Authors
author_email = mmirz@eonerc.rwth-aachen.de
description = dynamic real-time power system simulator
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sonar.cpd.exclusions=dpsim/examples/**/*,examples/**/*

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=DPsim
sonar.projectVersion=1.1.0
sonar.projectVersion=1.1.1

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
Expand Down

0 comments on commit db4aeb1

Please sign in to comment.