Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfuchs committed Apr 9, 2021
1 parent 4870ffc commit c199058
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.1.0): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"title": "buildH (v1.2.0): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"creators": [{
"name": "Fuchs, Patrick",
"orcid": "0000-0001-7117-994X"
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.2.0**

- Build docs
- Rename '-x/--xtc' flag to -t/--traj' one to be more generic
- Replace mandatory topology argument to '-c/--coord' flag
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__ = ("Patrick Fuchs", "Amélie Bâcle",
"Hubert Santuz", "Pierre Poulain")
__email__ = "patrick.fuchs@u-paris.fr"
__version__ = "1.1.0"
__version__ = "1.2.0"
__license__ = "BSD 3-Clause License"


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.1.0
current_version = 1.2.0

[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 @@
from setuptools import setup

setup(version="1.1.0")
setup(version="1.2.0")

0 comments on commit c199058

Please sign in to comment.