From 70846f86463c349815a77a9002c2f971d1b397d6 Mon Sep 17 00:00:00 2001 From: Tobias Reiter Date: Mon, 16 Dec 2024 21:16:54 +0100 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c5fb774..a4628668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR) project( ViennaLS LANGUAGES CXX - VERSION 4.0.2) + VERSION 4.1.0) # -------------------------------------------------------------------------------------------------------- # Library options diff --git a/README.md b/README.md index 4b39536c..07cd8bc4 100644 --- a/README.md +++ b/README.md @@ -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/viennals@4.0.2") + CPMAddPackage("gh:viennatools/viennals@4.1.0") ``` * With a local installation diff --git a/pyproject.toml b/pyproject.toml index e63bde1d..b0a2d69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["scikit-build-core", "pybind11"] build-backend = "scikit_build_core.build" [project] -version = "4.0.2" +version = "4.1.0" name = "ViennaLS" readme = "README.md" license = {file = "LICENSE"}