File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424author = "Charles Tapley Hoyt"
2525
2626# The full version, including alpha/beta/rc tags.
27- release = "0.12.9-dev "
27+ release = "0.12.9"
2828
2929# The short X.Y version.
3030parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " curies"
7- version = " 0.12.9-dev "
7+ version = " 0.12.9"
88description = " Idiomatic conversion between URIs and compact URIs (CURIEs)"
99readme = " README.md"
1010authors = [
@@ -214,7 +214,7 @@ known-first-party = [
214214docstring-code-format = true
215215
216216[tool .bumpversion ]
217- current_version = " 0.12.9-dev "
217+ current_version = " 0.12.9"
218218parse = " (?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-]+)*))?"
219219serialize = [
220220 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 88 "get_version" ,
99]
1010
11- VERSION = "0.12.9-dev "
11+ VERSION = "0.12.9"
1212
1313
1414def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments