v0.3: update setup.py version
Browse files
setup.py
CHANGED
|
@@ -7,7 +7,7 @@ from setuptools import setup, find_packages
|
|
| 7 |
|
| 8 |
setup(
|
| 9 |
name="aria-llm",
|
| 10 |
-
version="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",
|