Skip to content

Commit

Permalink
change version number to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Dec 9, 2021
1 parent b23fb6c commit 009757b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/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 }}
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.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.
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.0"
#define GEMMI_VERSION "0.5.1"

#endif

0 comments on commit 009757b

Please sign in to comment.