Skip to content

Commit

Permalink
change version number to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Apr 18, 2023
1 parent bb97983 commit 7639b1f
Show file tree
Hide file tree
Showing 4 changed files with 5 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@v3

- name: Build wheels
uses: pypa/[email protected].0
uses: pypa/[email protected].2
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.1.dev
gemmi 0.6.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
3 changes: 2 additions & 1 deletion include/gemmi/bond_idx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
#define GEMMI_BOND_IDX_HPP_

#include <map>
#include "model.hpp" // for Residue, Atom
#include "model.hpp" // for Residue, Atom
#include "monlib.hpp" // for MonLib

namespace gemmi {

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.1.dev"
#define GEMMI_VERSION "0.6.1"

#endif

0 comments on commit 7639b1f

Please sign in to comment.