Skip to content

Commit

Permalink
Bump version: 1.3.0 → 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfuchs committed May 25, 2021
1 parent e084aad commit 04bfec4
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.3.0): Build hydrogens from a united-atom MD of lipids and calculate the order parameter.",
"title": "buildH (v1.3.1): 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.3.1**

- Fix setup.cfg to include json files in python package archive

**1.3.0**
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.3.0"
__version__ = "1.3.1"
__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.3.0
current_version = 1.3.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.3.0")
setuptools.setup(version="1.3.1")

0 comments on commit 04bfec4

Please sign in to comment.