Spaces:
Running
Running
Bump pypi version, restrict Python version
Browse files- pyproject.toml +2 -3
pyproject.toml
CHANGED
|
@@ -7,13 +7,12 @@ line-length = 120
|
|
| 7 |
|
| 8 |
[project]
|
| 9 |
name = "sage"
|
| 10 |
-
version = "0.1.
|
| 11 |
description = "A library to index a code repository and chat with it via LLMs."
|
| 12 |
readme = "README.md"
|
| 13 |
-
requires-python = ">=3.9"
|
| 14 |
authors = [
|
| 15 |
{ name = "Julia Turc", email = "founders@storia.ai" },
|
| 16 |
-
{ name = "Mihail Eric", email = "founders@storia.ai" }
|
| 17 |
]
|
| 18 |
classifiers = [
|
| 19 |
"Programming Language :: Python :: 3",
|
|
|
|
| 7 |
|
| 8 |
[project]
|
| 9 |
name = "sage"
|
| 10 |
+
version = "0.1.3"
|
| 11 |
description = "A library to index a code repository and chat with it via LLMs."
|
| 12 |
readme = "README.md"
|
| 13 |
+
requires-python = ">=3.9,<=3.11"
|
| 14 |
authors = [
|
| 15 |
{ name = "Julia Turc", email = "founders@storia.ai" },
|
|
|
|
| 16 |
]
|
| 17 |
classifiers = [
|
| 18 |
"Programming Language :: Python :: 3",
|