diff --git a/.zenodo.json b/.zenodo.json index f5dfa8f..fe6618f 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 753c146..80339c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/buildh/__init__.py b/buildh/__init__.py index 7187d40..0989f45 100644 --- a/buildh/__init__.py +++ b/buildh/__init__.py @@ -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" diff --git a/devtools/bumpversion.cfg b/devtools/bumpversion.cfg index bd3f470..347500b 100644 --- a/devtools/bumpversion.cfg +++ b/devtools/bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.1.0 +current_version = 1.2.0 [bumpversion:file:buildh/__init__.py] diff --git a/setup.py b/setup.py index 379800e..cb04a2a 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,3 @@ from setuptools import setup -setup(version="1.1.0") \ No newline at end of file +setup(version="1.2.0") \ No newline at end of file