From 9c20a38cee0303b0011db1617d8a823cd3ee7a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 22 Apr 2023 11:58:42 +0200 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20fix:=20remove=20timeout=20since=20i?= =?UTF-8?q?t=20it=20not=20working=20on=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- src/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2d040aa..297b7e7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def read_requirements(): setup( name='gptdeploy', - version='0.18.20', + version='0.18.21', description='Use natural language interface to generate, 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 ae9c9a5..38c61c5 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.18.20' +__version__ = '0.18.21' from src.cli import main \ No newline at end of file