Skip to content

Commit 25bd172

Browse files
committed
Bump version: 0.0.3 → 0.0.4-dev
1 parent 9ecf3aa commit 25bd172

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.3
2+
current_version = 0.0.4-dev
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
copyright = '2018, Daniel Domingo-Fernández'
2222
author = 'Daniel Domingo-Fernández'
2323

24-
release = '0.0.3'
24+
release = '0.0.4-dev'
2525

2626
parsed_version = re.match(
2727
'(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?',

src/pathme_viewer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
managers[entry] = ExternalManager
9090

91-
__version__ = '0.0.3'
91+
__version__ = '0.0.4-dev'
9292

9393
__title__ = 'pathme_viewer'
9494
__description__ = "A plugin for PathMe that allows to explore overlaps across pathway databases."

0 commit comments

Comments
 (0)