Skip to content

Commit 3449404

Browse files
committed
Bump version: 1.3.7 → 1.3.8
1 parent 2dc2c9a commit 3449404

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "PBxplore (v1.3.7): A program to explore protein structures with Protein Blocks",
2+
"title": "PBxplore (v1.3.8): A program to explore protein structures with Protein Blocks",
33
"creators": [{
44
"name": "Barnoud, Jonathan",
55
"orcid": "0000-0003-0343-7796"

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**Dev**
2+
**1.3.8**
23
- Add and update version number in zenodo config file
34
- Update authors affiliations in README
45
- Fix typo in documentation

devtools/bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 1.3.7
4+
current_version = 1.3.8
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
66
serialize =
77
{major}.{minor}.{patch}

devtools/conda/pbxplore/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: pbxplore
3-
version: "1.3.7"
3+
version: "1.3.8"
44

55
source:
66
git_url: https://github.com/pierrepo/PBxplore.git
7-
git_rev: v1.3.7
7+
git_rev: v1.3.8
88

99
build:
1010
entry_points:

pbxplore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
See :func:`pbxplore.assignment.assign`
1616
"""
1717

18-
__version__ = "1.3.7"
18+
__version__ = "1.3.8"
1919

2020
from .structure.loader import *
2121
from .assignment import assign

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Version number must be in sync with the one in pbxplore/__init__.py
2121
setup(
2222
name='pbxplore',
23-
version='1.3.7',
23+
version='1.3.8',
2424

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

0 commit comments

Comments
 (0)