File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626author = "Charles Tapley Hoyt"
2727
2828# The full version, including alpha/beta/rc tags.
29- release = "0.4.0-dev "
29+ release = "0.4.0"
3030
3131# The short X.Y version.
3232parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "uv_build"
44
55[project ]
66name = " biomappings"
7- version = " 0.4.0-dev "
7+ version = " 0.4.0"
88description = " Curated and predicted mappings between biomedical identifiers in different namespaces"
99readme = " README.md"
1010authors = [
@@ -235,7 +235,7 @@ known-first-party = [
235235docstring-code-format = true
236236
237237[tool .bumpversion ]
238- current_version = " 0.4.0-dev "
238+ current_version = " 0.4.0"
239239parse = " (?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-]+)*))?"
240240serialize = [
241241 " {major}.{minor}.{patch}-{release}+{build}" ,
You can’t perform that action at this time.
0 commit comments