File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.7-dev
2
+ current_version = 0.0.7
3
3
commit = True
4
4
tag = False
5
5
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-]+)*))?
Original file line number Diff line number Diff line change 54
54
copyright = '2017-2018, Charles Tapley Hoyt'
55
55
author = 'Charles Tapley Hoyt'
56
56
57
- release = '0.0.7-dev '
57
+ release = '0.0.7'
58
58
59
59
parsed_version = re .match (
60
60
'(?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-]+)*))?' ,
Original file line number Diff line number Diff line change 4
4
5
5
from .manager import Manager
6
6
7
- __version__ = '0.0.7-dev '
7
+ __version__ = '0.0.7'
8
8
9
9
__title__ = 'bio2bel_hgnc'
10
10
__description__ = "A package for converting HGNC to BEL"
You can’t perform that action at this time.
0 commit comments