Skip to content

Commit

Permalink
Bump version: 0.6.1 → 0.6.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed May 18, 2017
1 parent d385550 commit b2b5486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.6.1
current_version = 0.6.2-dev
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?(\-(?P<release>\w+))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@
URL = 'https://github.com/jni/skan'
LICENSE = 'BSD 3-clause'
DOWNLOAD_URL = 'https://github.com/jni/skan'
VERSION = '0.6.1'
VERSION = '0.6.2-dev'
PYTHON_VERSION = (3, 6)
INST_DEPENDENCIES = {}

Expand Down
2 changes: 1 addition & 1 deletion skan/__init__.py
@@ -1,6 +1,6 @@
from .csr import skeleton_to_csgraph, branch_statistics, summarise

__version__ = '0.6.1'
__version__ = '0.6.2-dev'

__all__ = ['skeleton_to_csgraph',
'branch_statistics',
Expand Down

0 comments on commit b2b5486

Please sign in to comment.