diff --git a/readme.md b/readme.md index 12c4478..9726dd7 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@ # akasha [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![pypi package : 0.8.38](https://img.shields.io/badge/pypi%20package-0.8.36-blue)](https://pypi.org/project/akasha-terminal/) +[![pypi package : 0.8.39](https://img.shields.io/badge/pypi%20package-0.8.36-blue)](https://pypi.org/project/akasha-terminal/) [![python version : 3.8 3.9 3.10](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue)](https://www.python.org/downloads/release/python-380/) ![GitLab CI](https://img.shields.io/badge/gitlab%20ci-%23181717.svg?style=for-the-badge&logo=gitlab&logoColor=white) diff --git a/setup.py b/setup.py index 8450731..4a84913 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "bert-score==0.3.13", "click", "tokenizers>=0.19.1", - "streamlit>=1.33.0", + "streamlit==1.32.0", "streamlit_option_menu>=0.3.6", "rank_bm25", "unstructured", @@ -43,7 +43,7 @@ setup( name="akasha-terminal", - version="0.8.38", + version="0.8.39", description="document QA package using langchain and chromadb", long_description=long_description, long_description_content_type="text/markdown",