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 1717]
1818
1919HERE = os .path .dirname (__file__ )
20- VERSION = '0.0.2-dev '
20+ VERSION = '0.0.2'
2121
2222# Author list will be sorted by last name
2323AUTHORS = [
Original file line number Diff line number Diff line change 44# Configuring setup()
55[metadata]
66name = hbp_knowledge
7- version = 0.0.2-dev
7+ version = 0.0.2
88description = Knowledge curated in BEL from full text during the Human Brain Pharmacome project
99long_description = file: README.md
1010long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments