SofiTesfay2010 commited on
Commit
ae37c72
·
verified ·
1 Parent(s): 5d94b1c

v0.3: update setup.py version

Browse files
Files changed (1) hide show
  1. setup.py +2 -1
setup.py CHANGED
@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
7
 
8
  setup(
9
  name="aria-llm",
10
- version="0.1.0",
11
  description="Adaptive Reliability & Integrity Attachment for LLMs",
12
  long_description=open("README.md").read() if __import__("os").path.exists("README.md") else "",
13
  long_description_content_type="text/markdown",
@@ -21,6 +21,7 @@ setup(
21
  ],
22
  extras_require={
23
  "demo": ["matplotlib", "rich"],
 
24
  },
25
  classifiers=[
26
  "Development Status :: 3 - Alpha",
 
7
 
8
  setup(
9
  name="aria-llm",
10
+ version="0.3.0",
11
  description="Adaptive Reliability & Integrity Attachment for LLMs",
12
  long_description=open("README.md").read() if __import__("os").path.exists("README.md") else "",
13
  long_description_content_type="text/markdown",
 
21
  ],
22
  extras_require={
23
  "demo": ["matplotlib", "rich"],
24
+ "benchmark": ["datasets"],
25
  },
26
  classifiers=[
27
  "Development Status :: 3 - Alpha",