Skip to content

Commit 8b3b831

Browse files
committed
Bump version
1 parent 4153fee commit 8b3b831

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
22
project(
33
ViennaPS
44
LANGUAGES CXX C
5-
VERSION 3.0.1)
5+
VERSION 3.1.0)
66

77
# --------------------------------------------------------------------------------------------------------
88
# Library switches

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
9898

9999
* Installation with CPM
100100
```cmake
101-
CPMAddPackage("gh:viennatools/viennaps@3.0.1")
101+
CPMAddPackage("gh:viennatools/viennaps@3.1.0")
102102
```
103103

104104
* With a local installation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["scikit-build-core", "pybind11"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
6-
version = "3.0.2"
6+
version = "3.1.0"
77
name = "ViennaPS"
88
readme = "README.md"
99
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)