Skip to content

Commit c759357

Browse files
committed
Bump version: 0.2.3 → 0.2.4
1 parent 7e7cfb4 commit c759357

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.2.3
2+
current_version = 0.2.4
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.2.3"
7+
version = "0.2.4"
88
requires-python = ">=3.11"
99
dependencies = [
1010
"numpy",

0 commit comments

Comments
 (0)