Skip to content

Commit

Permalink
release: 0.0.1.post1 (#162)
Browse files Browse the repository at this point in the history
Updates pypi metadata to point to right places
  • Loading branch information
efriis authored Apr 5, 2024
1 parent c307cab commit 8657c69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libs/weaviate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tool.poetry]
name = "langchain-weaviate"
version = "0.0.1"
version = "0.0.1.post1"
description = "An integration package connecting Weaviate and LangChain"
authors = []
readme = "README.md"
repository = "https://github.com/langchain-ai/langchain-weaviate"
license = "MIT"

[tool.poetry.urls]
"Source Code" = "https://github.com/langchain-ai/langchain-weaviate/tree/main/libs/weaviate"

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

0 comments on commit 8657c69

Please sign in to comment.