Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
mehradans92 committed Dec 6, 2023
1 parent 4c169f9 commit afa0057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eunomia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Mehrad Ansari"""
__email__ = "[email protected]"
__version__ = "0.1.1"
__version__ = "0.1.0"

from .agents import *
from .docs_utils.docs import *
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
],
description="LLM-based tool for predicting water stability of metal organic frameworks",
description="Chemist AI Agent for Developing Materials Datasets with Natural Language Prompts",
long_description=readme,
long_description_content_type="text/markdown",
install_requires=requirements,
Expand All @@ -39,6 +39,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/AI4ChemS/Eunomia",
version="0.1.1",
version="0.1.0",
zip_safe=False,
)

0 comments on commit afa0057

Please sign in to comment.