From 0fe1d4e81650e67d9c72ef0a828daa4904919ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Mon, 10 Apr 2023 22:30:09 +0200 Subject: [PATCH] fix: remove jina version --- requirements.txt | 1 - setup.py | 2 +- src/__init__.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5678196..6e96158 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -jina==3.14.1 click==8.1.3 streamlit==1.21.0 openai==0.27.4 diff --git a/setup.py b/setup.py index 9c6224b..3ee09a4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read_requirements(): setup( name='gptdeploy', - version='0.18.8', + version='0.18.9', 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 11f6b71..0f5bf97 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.18.8' +__version__ = '0.18.9' from src.cli import main \ No newline at end of file