File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed 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.11-dev "
27+ release = "0.12.11"
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 = "uv_build"
44
55[project ]
66name = " pyobo"
7- version = " 0.12.11-dev "
7+ version = " 0.12.11"
88description = " A python package for handling and generating OBO"
99readme = " README.md"
1010authors = [
@@ -315,7 +315,7 @@ known-first-party = [
315315docstring-code-format = true
316316
317317[tool .bumpversion ]
318- current_version = " 0.12.11-dev "
318+ current_version = " 0.12.11"
319319parse = " (?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-]+)*))?"
320320serialize = [
321321 " {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 1212 "get_version" ,
1313]
1414
15- VERSION = "0.12.11-dev "
15+ VERSION = "0.12.11"
1616
1717
1818def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments