Skip to content

Commit 8d5c946

Browse files
committed
Bump version: 0.5.0 → 0.6.0
1 parent 4454bdd commit 8d5c946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.0
2+
current_version = 0.6.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kvdbclient"
7-
version = "0.5.0"
7+
version = "0.6.0"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"numpy",

0 commit comments

Comments
 (0)