Skip to content

Commit 5524876

Browse files
committed
Bump version: 0.12.8-dev → 0.12.8
1 parent 51b82a9 commit 5524876

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
author = "Charles Tapley Hoyt"
2525

2626
# The full version, including alpha/beta/rc tags.
27-
release = "0.12.8-dev"
27+
release = "0.12.8"
2828

2929
# The short X.Y version.
3030
parsed_version = re.match(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "pyobo"
7-
version = "0.12.8-dev"
7+
version = "0.12.8"
88
description = "A python package for handling and generating OBO"
99
readme = "README.md"
1010
authors = [
@@ -296,7 +296,7 @@ known-first-party = [
296296
docstring-code-format = true
297297

298298
[tool.bumpversion]
299-
current_version = "0.12.8-dev"
299+
current_version = "0.12.8"
300300
parse = "(?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-]+)*))?"
301301
serialize = [
302302
"{major}.{minor}.{patch}-{release}+{build}",

src/pyobo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"get_version",
1313
]
1414

15-
VERSION = "0.12.8-dev"
15+
VERSION = "0.12.8"
1616

1717

1818
def get_git_hash() -> str:

0 commit comments

Comments
 (0)