From 009757b9d3a8c464d501b08677fcb2a86f96a66f Mon Sep 17 00:00:00 2001 From: Marcin Wojdyr Date: Thu, 9 Dec 2021 21:19:38 +0100 Subject: [PATCH] change version number to 0.5.1 --- .github/workflows/wheels2.yml | 2 +- docs/gemmi-help.txt | 2 +- include/gemmi/version.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wheels2.yml b/.github/workflows/wheels2.yml index 4e4292969..a9b61fcdd 100644 --- a/.github/workflows/wheels2.yml +++ b/.github/workflows/wheels2.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v2 - name: Build wheels - uses: pypa/cibuildwheel@v2.2.2 + uses: pypa/cibuildwheel@v2.3.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 fc67fbaf8..651d8721c 100644 --- a/docs/gemmi-help.txt +++ b/docs/gemmi-help.txt @@ -1,5 +1,5 @@ $ gemmi -h -gemmi 0.5.0 +gemmi 0.5.1 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. diff --git a/include/gemmi/version.hpp b/include/gemmi/version.hpp index a5baa012c..a14c2661d 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.5.0" +#define GEMMI_VERSION "0.5.1" #endif