Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tobre1 committed Feb 10, 2025
1 parent 19e1513 commit d0f8056
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
project(
ViennaLS
LANGUAGES CXX
VERSION 4.1.0)
VERSION 4.1.1)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -103,7 +103,7 @@ include(cmake/vtk.cmake)

CPMAddPackage(
NAME ViennaCore
VERSION 1.1.0
VERSION 1.2.0
GIT_REPOSITORY "https://github.com/ViennaTools/ViennaCore"
OPTIONS "VIENNACORE_FORMAT_EXCLUDE docs/"
EXCLUDE_FROM_ALL ${VIENNALS_BUILD_PYTHON})
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum

* Installation with CPM
```cmake
CPMAddPackage("gh:viennatools/[email protected].0")
CPMAddPackage("gh:viennatools/[email protected].1")
```

* With a local installation
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["scikit-build-core", "pybind11"]
build-backend = "scikit_build_core.build"

[project]
version = "4.1.0"
version = "4.1.1"
name = "ViennaLS"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit d0f8056

Please sign in to comment.