Skip to content

Commit 98be827

Browse files
committed
Bump version
1 parent 07d883c commit 98be827

3 files changed

Lines changed: 12 additions & 12 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.5.0)
5+
VERSION 3.5.1)
66

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

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@ ViennaPS is also available on the [Python Package Index (PyPI)](https://pypi.org
5050

5151
### Dependencies (installed automatically)
5252

53-
* [ViennaCore](https://github.com/ViennaTools/viennacore) >= 1.4.3
53+
* [ViennaCore](https://github.com/ViennaTools/viennacore) (1.4.3+)
5454

55-
* [ViennaLS](https://github.com/ViennaTools/viennals) >= 4.3.1
56-
* [ViennaHRLE](https://github.com/ViennaTools/viennahrle) >= 0.5.0
57-
* [VTK](https://vtk.org/) >= 9.0.0
55+
* [ViennaLS](https://github.com/ViennaTools/viennals) (4.3.2+)
56+
* [ViennaHRLE](https://github.com/ViennaTools/viennahrle) (0.6.0+)
57+
* [VTK](https://vtk.org/) (9.0.0+)
5858

59-
* [ViennaRay](https://github.com/ViennaTools/viennaray) >= 3.4.1
60-
* [Embree](https://www.embree.org/) >= 4.0.0
59+
* [ViennaRay](https://github.com/ViennaTools/viennaray) (3.4.1+)
60+
* [Embree](https://www.embree.org/) (4.0.0+)
6161

62-
* [ViennaCS](https://github.com/ViennaTools/viennacs) >= 1.1.0
62+
* [ViennaCS](https://github.com/ViennaTools/viennacs) (1.1.0+)
6363

64-
* [pybind11](https://github.com/pybind/pybind11) >= 2.12.0 (only for building Python libs)
64+
* [pybind11](https://github.com/pybind/pybind11) (2.12.0+, only for building Python libs)
6565

6666
The CMake configuration automatically checks if the dependencies are installed.
6767
If the dependencies are not found on the system, they will be built from source. To use local installations of the dependencies, the `VIENNAPS_LOOKUP_DIRS` variable can be set to the installation path of the dependencies.
@@ -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.5.0")
118+
CPMAddPackage("gh:viennatools/viennaps@3.5.1")
119119
```
120120

121121
* With a local installation

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ requires = ["scikit-build-core", "pybind11"]
33
build-backend = "scikit_build_core.build"
44

55
[project]
6-
version = "3.5.0"
6+
version = "3.5.1"
77
name = "ViennaPS"
88
readme = "README.md"
99
license = { file = "LICENSE" }
1010
description = "Semiconductor fabrication process simulation library"
11-
dependencies = ["ViennaLS>=4.3.0"]
11+
dependencies = ["ViennaLS>=4.3.2"]
1212

1313
[project.urls]
1414
Homepage = "https://viennatools.github.io/ViennaPS/"

0 commit comments

Comments
 (0)