Skip to content

Commit

Permalink
Bump version: 1.3.4 → 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrepo committed Mar 10, 2017
1 parent 1273841 commit 89dd1fe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**Dev**
**1.3.5**
- Update documentation
- Notebooks doc are now Python3
- Use nbsphinx for notebooks conversion
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.4
current_version = 1.3.5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda/pbxplore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pbxplore
version: "1.3.4"
version: "1.3.5"

source:
git_url: https://github.com/pierrepo/PBxplore
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.4"
__version__ = "1.3.5"

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.4',
version='1.3.5',

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

0 comments on commit 89dd1fe

Please sign in to comment.