Skip to content

Commit

Permalink
change version number to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Jan 26, 2022
1 parent 8c4c8ba commit d497495
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@v2

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].1
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.5.1
gemmi 0.5.2
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.
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.5.1"
#define GEMMI_VERSION "0.5.2"

#endif
2 changes: 1 addition & 1 deletion tools/release.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

- update .github/workflows/wheels.yml
- update .github/workflows/wheels2.yml
https://cibuildwheel.readthedocs.io/en/stable/setup/

- update version in include/gemmi/version.hpp
Expand Down

0 comments on commit d497495

Please sign in to comment.