File tree 3 files changed +3
-3
lines changed
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.1-dev
2
+ current_version = 0.0.1
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 20
20
copyright = '2018, Charles Tapley Hoyt'
21
21
author = 'Charles Tapley Hoyt'
22
22
23
- release = '0.0.1-dev '
23
+ release = '0.0.1'
24
24
25
25
parsed_version = re .match (
26
26
'(?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 8
8
'Manager' ,
9
9
]
10
10
11
- __version__ = '0.0.1-dev '
11
+ __version__ = '0.0.1'
12
12
13
13
__title__ = 'bio2bel_go'
14
14
__description__ = "A package for converting GO to BEL"
You can’t perform that action at this time.
0 commit comments