Skip to content

Commit e6c0d4b

Browse files
committed
Bump version to 0.2.0a3
1 parent 1bbd5a7 commit e6c0d4b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Next
44

5+
## 0.2.0a3
6+
57
### Added
68

79
- Introduced custom exceptions for improved error handling, including `RetrieverInitializationError`, `SearchValidationError`, `FilterValidationError`, `EmbeddingRequiredError`, `RecordCreationError`, `Neo4jIndexError`, and `Neo4jVersionError`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[tool.poetry]
1717
name = "neo4j-genai"
18-
version = "0.2.0a2"
18+
version = "0.2.0a3"
1919
description = "Python package to allow easy integration to Neo4j's GenAI features"
2020
authors = ["Neo4j, Inc <team-gen-ai@neo4j.com>"]
2121
license = "Apache License, Version 2.0"

0 commit comments

Comments
 (0)