Skip to content

Commit 637ad77

Browse files
committed
Bump version: 0.0.1-dev → 0.0.1
1 parent 168ce6c commit 637ad77

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.1-dev
2+
current_version = 0.0.1
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.1-dev'
24+
release = '0.0.1'
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.1-dev'
91+
__version__ = '0.0.1'
9292

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

0 commit comments

Comments
 (0)