From cd3ab588be4c9a09e2fad74d8c9ed53b2d746796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Mon, 10 Apr 2023 22:21:08 +0200 Subject: [PATCH] fix: windows installation --- requirements.txt | 2 +- setup.py | 2 +- src/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06ad4cb..5678196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ jina==3.14.1 click==8.1.3 -streamlit==1.20.0 +streamlit==1.21.0 openai==0.27.4 psutil==5.9.4 \ No newline at end of file diff --git a/setup.py b/setup.py index de28f0f..9c6224b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read_requirements(): setup( name='gptdeploy', - version='0.18.7', + version='0.18.8', description='Use natural language interface to create, deploy and update your microservice infrastructure.', long_description=open('README.md', 'r', encoding='utf-8').read(), long_description_content_type='text/markdown', diff --git a/src/__init__.py b/src/__init__.py index 14ccde2..11f6b71 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.18.7' +__version__ = '0.18.8' from src.cli import main \ No newline at end of file