Skip to content

Commit 4981a25

Browse files
committed
Release ragstack-ai 1.0.0
1 parent eb22790 commit 4981a25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ragstack-ai"
3-
version = "0.10.0.post"
3+
version = "1.0.0"
44
description = "DataStax RAGStack"
55
license = "BUSL-1.1"
66
authors = ["DataStax"]
@@ -51,9 +51,11 @@ warn_unused_ignores = true
5151
requires = ["poetry-core"]
5252
build-backend = "poetry.core.masonry.api"
5353

54+
5455
[tool.poetry.group.dev.dependencies]
5556
yamllint = "^1.34.0"
5657

58+
5759
[tool.poetry.group.notebooks.dependencies]
5860
nbmake = "*"
5961
astrapy = "*"

0 commit comments

Comments
 (0)