Skip to content

Commit 5f20618

Browse files
committed
Bump version: 0.10.4 → 0.10.5-dev
1 parent 91e3ec1 commit 5f20618

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
@@ -26,7 +26,7 @@
2626
author = "Charles Tapley Hoyt"
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = "0.10.4"
29+
release = "0.10.5-dev"
3030

3131
# The short X.Y version.
3232
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.10.4"
7+
version = "0.10.5-dev"
88
description = "Idiomatic conversion between URIs and compact URIs (CURIEs)"
99
readme = "README.md"
1010
authors = [
@@ -211,7 +211,7 @@ known-first-party = [
211211
docstring-code-format = true
212212

213213
[tool.bumpversion]
214-
current_version = "0.10.4"
214+
current_version = "0.10.5-dev"
215215
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-]+)*))?"
216216
serialize = [
217217
"{major}.{minor}.{patch}-{release}+{build}",

src/curies/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"get_version",
66
]
77

8-
VERSION = "0.10.4"
8+
VERSION = "0.10.5-dev"
99

1010

1111
def get_version() -> str:

0 commit comments

Comments
 (0)