Skip to content

Commit f4dec02

Browse files
committed
Bump version: 0.6.1 β†’ 0.6.2-dev
1 parent c7512a5 commit f4dec02

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

β€ŽCITATION.cffβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ message: "If you use this software, please cite it as below."
33
title: "Class Resolver"
44
authors:
55
- name: "Charles Tapley Hoyt"
6-
version: 0.6.1
6+
version: 0.6.2-dev
77
doi:
88
url: "https://github.com/cthoyt/class-resolver"

β€Ž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.6.1"
27+
release = "0.6.2-dev"
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 = "class_resolver"
7-
version = "0.6.1"
7+
version = "0.6.2-dev"
88
description = "Lookup and instantiate classes with style."
99
readme = "README.md"
1010
authors = [
@@ -256,7 +256,7 @@ known-first-party = [
256256
docstring-code-format = true
257257

258258
[tool.bumpversion]
259-
current_version = "0.6.1"
259+
current_version = "0.6.2-dev"
260260
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-]+)*))?"
261261
serialize = [
262262
"{major}.{minor}.{patch}-{release}+{build}",

β€Žsrc/class_resolver/version.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"VERSION",
55
]
66

7-
VERSION = "0.6.1"
7+
VERSION = "0.6.2-dev"

0 commit comments

Comments
Β (0)