Skip to content

Commit ec5f25d

Browse files
committed
Bump version: 0.12.9-dev → 0.12.9
1 parent 237f137 commit ec5f25d

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.12.9-dev"
27+
release = "0.12.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 = "hatchling.build"
44

55
[project]
66
name = "curies"
7-
version = "0.12.9-dev"
7+
version = "0.12.9"
88
description = "Idiomatic conversion between URIs and compact URIs (CURIEs)"
99
readme = "README.md"
1010
authors = [
@@ -214,7 +214,7 @@ known-first-party = [
214214
docstring-code-format = true
215215

216216
[tool.bumpversion]
217-
current_version = "0.12.9-dev"
217+
current_version = "0.12.9"
218218
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-]+)*))?"
219219
serialize = [
220220
"{major}.{minor}.{patch}-{release}+{build}",

src/curies/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"get_version",
99
]
1010

11-
VERSION = "0.12.9-dev"
11+
VERSION = "0.12.9"
1212

1313

1414
def get_git_hash() -> str:

0 commit comments

Comments
 (0)