Skip to content

Commit b96f2fd

Browse files
authored
Bump version to 0.4.0 (#10)
1 parent c85530e commit b96f2fd

File tree

3 files changed

+213
-214
lines changed

3 files changed

+213
-214
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "weaviate-engram"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Python SDK for Engram by Weaviate."
55
readme = "README.md"
66
requires-python = ">=3.11,<3.15"

src/engram/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)