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 11[bumpversion]
2- current_version = 0.0.2-dev
2+ current_version = 0.0.2
33commit = True
44tag = False
55parse = (?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 2121copyright = '2019-2020, Vinay Bharadhwaj, Daniel Domingo-Fernández and Charles Tapley Hoyt'
2222author = 'Vinay Bharadhwaj, Daniel Domingo-Fernández and Charles Tapley Hoyt'
2323
24- release = '0.0.2-dev '
24+ release = '0.0.2'
2525
2626parsed_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-]+)*))?' ,
Original file line number Diff line number Diff line change 33# #########################
44[metadata]
55name = clep
6- version = 0.0.2-dev
6+ version = 0.0.2
77description = A Hybrid Data and Knowledge Driven Framework for Generating Patient Representations
88long_description = file: README.md
99long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments