Skip to content

Commit 0da57ac

Browse files
committed
change version number to 0.6.7
and update python build dependencies
1 parent ba62a1c commit 0da57ac

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/wheels2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131

3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.18.1
33+
uses: pypa/cibuildwheel@v2.20.0
3434
env:
3535
CIBW_BUILD: ${{ github.event.inputs.cibw_build }}
3636
CIBW_SKIP: ${{ github.event.inputs.cibw_skip }}

docs/gemmi-help.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$ gemmi -h
2-
gemmi 0.6.7-dev
2+
gemmi 0.6.7
33
Command-line utility that accompanies the GEMMI library,
44
which is a joint project of CCP4 and Global Phasing Ltd.
55
Licence: Mozilla Public License 2.0. Copyright Global Phasing Ltd.

include/gemmi/version.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
#ifndef GEMMI_VERSION_HPP_
66
#define GEMMI_VERSION_HPP_
77

8-
#define GEMMI_VERSION "0.6.7-dev"
8+
#define GEMMI_VERSION "0.6.7"
99

1010
#endif

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["scikit-build-core~=0.9.0", "pybind11>=2.6.2",
3-
"pybind11-stubgen~=2.4.2", "numpy"]
2+
requires = ["scikit-build-core~=0.10.5", "pybind11>=2.6.2",
3+
"pybind11-stubgen~=2.5.1", "numpy"]
44
build-backend = "scikit_build_core.build"
55

66
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
@@ -62,7 +62,7 @@ sdist.include = [
6262
"!*.pyc"
6363
]
6464
cmake.build-type = "Release"
65-
cmake.verbose = true
65+
build.verbose = true
6666
[tool.scikit-build.cmake.define]
6767
USE_PYTHON = "ON"
6868
GENERATE_STUBS = "ON"

0 commit comments

Comments
 (0)