We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4454bdd commit 8d5c946Copy full SHA for 8d5c946
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.0
+current_version = 0.6.0
3
commit = True
4
tag = True
5
tag_name = v{new_version}
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "kvdbclient"
7
-version = "0.5.0"
+version = "0.6.0"
8
requires-python = ">=3.11"
9
dependencies = [
10
"numpy",
0 commit comments