Skip to content

Commit 0258d02

Browse files
committed
Bump version
1 parent 175adc8 commit 0258d02

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6.0)
5+
VERSION 3.6.1)
66

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

README.md

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

116116
* Installation with CPM
117117
```cmake
118-
CPMAddPackage("gh:viennatools/viennaps@3.6.0")
118+
CPMAddPackage("gh:viennatools/viennaps@3.6.1")
119119
```
120120

121121
* 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.6.0"
6+
version = "3.6.1"
77
name = "ViennaPS"
88
readme = "README.md"
99
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)