Skip to content

Commit

Permalink
Bump version: 2.3.0 → 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robinandeer committed Mar 5, 2015
1 parent 4b656f1 commit 0e1de17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .bumpversion.cfg
@@ -1,16 +1,17 @@
[bumpversion]
current_version = 2.3.0
current_version = 2.3.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>[a-z]+)?
serialize =
serialize =
{major}.{minor}.{patch}-{release}
{major}.{minor}.{patch}

[bumpversion:part:release]
values =
values =
beta

[bumpversion:file:chanjo/__init__.py]

[bumpversion:file:setup.py]

2 changes: 1 addition & 1 deletion chanjo/__init__.py
Expand Up @@ -41,7 +41,7 @@
__summary__ = 'coverage analysis tool for clinical sequencing'
__uri__ = 'http://www.chanjo.co/'

__version__ = '2.3.0'
__version__ = '2.3.1'
__codename__ = 'Wistful Weasel'

__author__ = 'Robin Andeer'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -52,7 +52,7 @@ def run_tests(self):
# Versions should comply with PEP440. For a discussion on
# single-sourcing the version across setup.py and the project code,
# see http://packaging.python.org/en/latest/tutorial.html#version
version='2.3.0',
version='2.3.1',

description='Coverage analysis tool for clinical sequencing',
long_description=long_description,
Expand Down

0 comments on commit 0e1de17

Please sign in to comment.