Skip to content

Commit

Permalink
Bump version: 1.3.7 → 1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Oct 17, 2017
1 parent 2dc2c9a commit 3449404
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "PBxplore (v1.3.7): A program to explore protein structures with Protein Blocks",
"title": "PBxplore (v1.3.8): A program to explore protein structures with Protein Blocks",
"creators": [{
"name": "Barnoud, Jonathan",
"orcid": "0000-0003-0343-7796"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Dev**
**1.3.8**
- Add and update version number in zenodo config file
- Update authors affiliations in README
- Fix typo in documentation
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.7
current_version = 1.3.8
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
4 changes: 2 additions & 2 deletions devtools/conda/pbxplore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: pbxplore
version: "1.3.7"
version: "1.3.8"

source:
git_url: https://github.com/pierrepo/PBxplore.git
git_rev: v1.3.7
git_rev: v1.3.8

build:
entry_points:
Expand Down
2 changes: 1 addition & 1 deletion pbxplore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
See :func:`pbxplore.assignment.assign`
"""

__version__ = "1.3.7"
__version__ = "1.3.8"

from .structure.loader import *
from .assignment import assign
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Version number must be in sync with the one in pbxplore/__init__.py
setup(
name='pbxplore',
version='1.3.7',
version='1.3.8',

description="PBxplore is a suite of tools dedicated to Protein Block analysis.",
long_description=readme,
Expand Down

0 comments on commit 3449404

Please sign in to comment.