From 28b5670ec176c6df7dbb765aab0a1c12698a5d23 Mon Sep 17 00:00:00 2001 From: Marcin Wojdyr Date: Thu, 7 Sep 2023 11:12:22 +0200 Subject: [PATCH] change version number to 0.6.3 --- .github/workflows/wheels.yml | 2 +- docs/gemmi-help.txt | 2 +- include/gemmi/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 1f7c92a8a..ee57bd16a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -52,7 +52,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: pypa/cibuildwheel@v1.12.0 + - uses: pypa/cibuildwheel@v1.15.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 aee91667d..8f7969a99 100644 --- a/docs/gemmi-help.txt +++ b/docs/gemmi-help.txt @@ -1,5 +1,5 @@ $ gemmi -h -gemmi 0.6.3-dev +gemmi 0.6.3 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 a83807ea8..9af8d791e 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.3-dev" +#define GEMMI_VERSION "0.6.3" #endif