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.3
2
+ current_version = 0.0.4-dev
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 21
21
copyright = '2018, Daniel Domingo-Fernández'
22
22
author = 'Daniel Domingo-Fernández'
23
23
24
- release = '0.0.3 '
24
+ release = '0.0.4-dev '
25
25
26
26
parsed_version = re .match (
27
27
'(?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 88
88
89
89
managers [entry ] = ExternalManager
90
90
91
- __version__ = '0.0.3 '
91
+ __version__ = '0.0.4-dev '
92
92
93
93
__title__ = 'pathme_viewer'
94
94
__description__ = "A plugin for PathMe that allows to explore overlaps across pathway databases."
You can’t perform that action at this time.
0 commit comments