Skip to content

Commit 55f5c0f

Browse files
committed
Added repository link
1 parent 6e28b43 commit 55f5c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "ai-datastream"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "A Python implementation of the Vercel AI Data Stream protocol"
99
readme = "README.md"
1010
authors = ["Elementary"]
1111
license = "Apache-2.0"
1212
keywords = ["ai", "data", "stream", "vercel", "langchain", "fastapi", "agent"]
1313
packages = [{include = "ai_datastream"}]
14+
repository = "https://github.com/elementary-data/py-ai-datastream"
1415
classifiers = [
1516
"License :: OSI Approved :: Apache Software License",
1617
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)