Skip to content

Commit 81c7d95

Browse files
committed
Bump version: 0.10.9-dev → 0.10.9
1 parent 56dd932 commit 81c7d95

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.10.9-dev"
27+
release = "0.10.9"
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 = "bioversions"
7-
version = "0.10.9-dev"
7+
version = "0.10.9"
88
description = "Get the current version for biological databases"
99
readme = "README.md"
1010
authors = [
@@ -263,7 +263,7 @@ known-first-party = [
263263
docstring-code-format = true
264264

265265
[tool.bumpversion]
266-
current_version = "0.10.9-dev"
266+
current_version = "0.10.9"
267267
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-]+)*))?"
268268
serialize = [
269269
"{major}.{minor}.{patch}-{release}+{build}",

src/bioversions/version.py

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

14-
VERSION = "0.10.9-dev"
14+
VERSION = "0.10.9"
1515

1616

1717
def get_git_hash() -> str | None:

0 commit comments

Comments
 (0)