Skip to content

Commit

Permalink
bump version to to beta for version 3 ^^ [Radical Red Panda]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinandeer committed Sep 3, 2015
1 parent 43b6915 commit d478cbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.3.2
current_version = 3.0.0-beta
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)-?(?P<release>[a-z]+)?
Expand All @@ -14,4 +14,3 @@ values =
[bumpversion:file:chanjo/__init__.py]

[bumpversion:file:setup.py]

4 changes: 2 additions & 2 deletions chanjo/__init__.py
Expand Up @@ -25,8 +25,8 @@
__summary__ = 'coverage analysis tool for clinical sequencing'
__uri__ = 'http://www.chanjo.co/'

__version__ = '2.3.2'
__codename__ = 'Wistful Weasel'
__version__ = '3.0.0-beta'
__codename__ = 'Radical Red Panda'

__author__ = 'Robin Andeer'
__email__ = 'robin.andeer@gmail.com'
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.2',
version='3.0.0-beta',

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

0 comments on commit d478cbb

Please sign in to comment.