File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20 FATAL_ERROR)
22project (
33 ViennaLS
44 LANGUAGES CXX
5- VERSION 5.0.0 )
5+ VERSION 5.0.1 )
66
77# --------------------------------------------------------------------------------------------------------
88# Library options
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ We recommend using [CPM.cmake](https://github.com/cpm-cmake/CPM.cmake) to consum
157157
158158* Installation with CPM
159159 ``` cmake
160- CPMAddPackage("gh:viennatools/viennals@5.0.0 ")
160+ CPMAddPackage("gh:viennatools/viennals@5.0.1 ")
161161 ```
162162
163163* With a local installation
Original file line number Diff line number Diff line change 55namespace viennals {
66
77// Version information generated by CMake
8- inline constexpr const char *version = " 5.0.0 " ;
8+ inline constexpr const char *version = " 5.0.1 " ;
99inline constexpr int versionMajor = 5 ;
1010inline constexpr int versionMinor = 0 ;
11- inline constexpr int versionPatch = 0 ;
11+ inline constexpr int versionPatch = 1 ;
1212
1313// Utility functions for version comparison
1414inline constexpr uint32_t versionAsInteger () {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66build-backend = " scikit_build_core.build"
77
88[project ]
9- version = " 5.0.0 "
9+ version = " 5.0.1 "
1010name = " ViennaLS"
1111readme = " README.md"
1212license = {file = " LICENSE" }
Original file line number Diff line number Diff line change @@ -160,6 +160,6 @@ def setDimension(d: int):
160160 """
161161
162162PROXY_DIM : int = 2
163- __version__ : str = "5.0.0 "
164- version : str = "5.0.0 "
163+ __version__ : str = "5.0.1 "
164+ version : str = "5.0.1 "
165165_C = _core
Original file line number Diff line number Diff line change @@ -728,5 +728,5 @@ class VoidTopSurfaceEnum(enum.IntEnum):
728728
729729def setNumThreads (arg0 : typing .SupportsInt ) -> None : ...
730730
731- __version__ : str = "5.0.0 "
732- version : str = "5.0.0 "
731+ __version__ : str = "5.0.1 "
732+ version : str = "5.0.1 "
You can’t perform that action at this time.
0 commit comments