Skip to content

Commit

Permalink
Fix repo source (#5)
Browse files Browse the repository at this point in the history
* Fix errors in docs

* Fix repo source URLs
  • Loading branch information
prrao87 authored Jan 7, 2025
1 parent 205965e commit dcb4bf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/kuzu/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[tool.poetry]
name = "langchain-kuzu"
version = "0.1.0"
version = "0.2.0"
description = "An integration package connecting Kùzu, an embedded graph database, and LangChain"
authors = ["prrao87", "mewim"]
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain-kuzu"
repository = "https://github.com/kuzudb/langchain-kuzu"
license = "MIT"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain-kuzu/tree/main/libs/kuzu"
"Release Notes" = "https://github.com/langchain-ai/langchain-kuzu/releases"
"Source Code" = "https://github.com/kuzudb/langchain-kuzu/tree/main/libs/kuzu"
"Release Notes" = "https://github.com/kuzudb/langchain-kuzu/releases"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand Down

0 comments on commit dcb4bf0

Please sign in to comment.