diff --git a/.github/workflows/wheels2.yml b/.github/workflows/wheels2.yml index 1ee4d683..0ba99c21 100644 --- a/.github/workflows/wheels2.yml +++ b/.github/workflows/wheels2.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels - uses: pypa/cibuildwheel@v2.18.1 + uses: pypa/cibuildwheel@v2.20.0 env: CIBW_BUILD: ${{ github.event.inputs.cibw_build }} CIBW_SKIP: ${{ github.event.inputs.cibw_skip }} diff --git a/docs/gemmi-help.txt b/docs/gemmi-help.txt index a4839caf..e81f245e 100644 --- a/docs/gemmi-help.txt +++ b/docs/gemmi-help.txt @@ -1,5 +1,5 @@ $ gemmi -h -gemmi 0.6.7-dev +gemmi 0.6.7 Command-line utility that accompanies the GEMMI library, which is a joint project of CCP4 and Global Phasing Ltd. Licence: Mozilla Public License 2.0. Copyright Global Phasing Ltd. diff --git a/include/gemmi/version.hpp b/include/gemmi/version.hpp index 1fc68625..976e6b7c 100644 --- a/include/gemmi/version.hpp +++ b/include/gemmi/version.hpp @@ -5,6 +5,6 @@ #ifndef GEMMI_VERSION_HPP_ #define GEMMI_VERSION_HPP_ -#define GEMMI_VERSION "0.6.7-dev" +#define GEMMI_VERSION "0.6.7" #endif diff --git a/pyproject.toml b/pyproject.toml index 59a3b48b..c31db577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["scikit-build-core~=0.9.0", "pybind11>=2.6.2", - "pybind11-stubgen~=2.4.2", "numpy"] +requires = ["scikit-build-core~=0.10.5", "pybind11>=2.6.2", + "pybind11-stubgen~=2.5.1", "numpy"] build-backend = "scikit_build_core.build" # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ @@ -62,7 +62,7 @@ sdist.include = [ "!*.pyc" ] cmake.build-type = "Release" -cmake.verbose = true +build.verbose = true [tool.scikit-build.cmake.define] USE_PYTHON = "ON" GENERATE_STUBS = "ON"