Skip to content

Commit 693ae99

Browse files
author
Charles Hoyt
committed
Bump version: 0.0.8-dev → 0.0.8
1 parent 783b42e commit 693ae99

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.8-dev
2+
current_version = 0.0.8
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
@@ -54,7 +54,7 @@
5454
copyright = '2017-2018, Charles Tapley Hoyt'
5555
author = 'Charles Tapley Hoyt'
5656

57-
release = '0.0.8-dev'
57+
release = '0.0.8'
5858

5959
parsed_version = re.match(
6060
'(?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/bio2bel_hgnc/__init__.py

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

55
from .manager import Manager
66

7-
__version__ = '0.0.8-dev'
7+
__version__ = '0.0.8'
88

99
__title__ = 'bio2bel_hgnc'
1010
__description__ = "A package for converting HGNC to BEL"

0 commit comments

Comments
 (0)