Skip to content

Commit ce2df66

Browse files
committed
Bump version: 1.3.6 → 1.3.7
1 parent b76d38f commit ce2df66

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
**Dev**
2+
**1.3.7**
23
- Update test engine from nose to pytest
34
- Add metadata for Zenodo integration
45

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.6
4+
current_version = 1.3.7
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.6"
3+
version: "1.3.7"
44

55
source:
66
git_url: https://github.com/pierrepo/PBxplore.git
7-
git_rev: v1.3.6
7+
git_rev: v1.3.7
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.6"
18+
__version__ = "1.3.7"
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.6',
23+
version='1.3.7',
2424

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

0 commit comments

Comments
 (0)