Skip to content

Commit

Permalink
chore: bump cibuildwheel, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 30, 2024
1 parent 0305a51 commit 7593de4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
os: ${{ matrix.os }}

- name: 🛞 CIBuildWheel
run: pip install cibuildwheel==2.17.0 --break-system-packages
run: pip install cibuildwheel==2.21.3 --break-system-packages

- name: 🛠️ Build VTK (Windows)
if: ${{ matrix.os == 'windows-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0)
VERSION 4.0.1)

# --------------------------------------------------------------------------------------------------------
# Library options
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.0.0"
version = "4.0.1"
name = "ViennaLS"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 7593de4

Please sign in to comment.