Skip to content

Commit 9b56916

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 0c35b4e commit 9b56916

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

0 commit comments

Comments
 (0)