Skip to content

Commit

Permalink
change version number to 0.6.7
Browse files Browse the repository at this point in the history
and update python build dependencies
  • Loading branch information
wojdyr committed Sep 6, 2024
1 parent ba62a1c commit 0da57ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion docs/gemmi-help.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion include/gemmi/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 0da57ac

Please sign in to comment.