juliaturc commited on
Commit
e9b99bc
·
1 Parent(s): 90c4308

Bump pypi version, restrict Python version

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -3
pyproject.toml CHANGED
@@ -7,13 +7,12 @@ line-length = 120
7
 
8
  [project]
9
  name = "sage"
10
- version = "0.1.2"
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",