Skip to content

Commit

Permalink
Bump version: 1.6.0 → 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfuchs committed Jan 20, 2022
1 parent 3d2a2c5 commit 6f73a61
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "buildH (v1.6.0): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"title": "buildH (v1.6.1): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"creators": [{
"name": "Santuz, Hubert",
"orcid": "0000-0001-6149-9480"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
**Dev**

**1.6.1**

- Add option --ignore-CH3s (-igch3) which ignore CH pairs when they belongs to a CH3 group.
- Update doc and notebook04 with option -igch3
- Fix beta H reconstruction for Berger and GROMOSCPK POPS
Expand Down
2 changes: 1 addition & 1 deletion buildh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
__authors__ = ("Hubert Santuz", "Amélie Bâcle",
"Pierre Poulain", "Patrick Fuchs")
__email__ = "patrick.fuchs@u-paris.fr"
__version__ = "1.6.0"
__version__ = "1.6.1"
__license__ = "BSD 3-Clause License"

# Silent this unharmful warning from MDAnalysis
Expand Down
2 changes: 1 addition & 1 deletion devtools/bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 1.6.0
current_version = 1.6.1

[bumpversion:file:buildh/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import setuptools

setuptools.setup(version="1.6.0")
setuptools.setup(version="1.6.1")

0 comments on commit 6f73a61

Please sign in to comment.