juliaturc commited on
Commit
9d1a9b3
·
1 Parent(s): 7b117cf

Use storia-sage as pypi package name.

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -6,8 +6,8 @@ build-backend = "setuptools.build_meta"
6
  line-length = 120
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"
 
6
  line-length = 120
7
 
8
  [project]
9
+ name = "storia-sage"
10
+ version = "0.1.0"
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"