We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7cfb4 commit c759357Copy full SHA for c759357
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.3
+current_version = 0.2.4
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.2.3"
+version = "0.2.4"
8
requires-python = ">=3.11"
9
dependencies = [
10
"numpy",
0 commit comments