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.3.3-dev
2+ current_version = 0.3.3
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 2727author = "Charles Tapley Hoyt"
2828
2929# The full version, including alpha/beta/rc tags.
30- release = "0.3.3-dev "
30+ release = "0.3.3"
3131
3232# The short X.Y version.
3333parsed_version = re .match (
Original file line number Diff line number Diff line change 44# Configuring setup()
55[metadata]
66name = biomappings
7- version = 0.3.3-dev
7+ version = 0.3.3
88description = Curated and predicted mappings between biomedical identifiers in different namespaces
99long_description = file: README.md
1010long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments