From 5eaa4b1e8b8971d1973b596b3d53aaa99739a07c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Sep 2021 21:10:31 +0000 Subject: [PATCH] updated PyPi version --- gradio.egg-info/PKG-INFO | 2 +- gradio/version.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index cd9668054b..7c8bca8f11 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: gradio -Version: 2.3.0a0 +Version: 2.3.0 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid diff --git a/gradio/version.txt b/gradio/version.txt index 4defb404c3..276cbf9e28 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.3.0a +2.3.0 diff --git a/setup.py b/setup.py index 13b97e7e0e..9dbb40db1b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.3.0a', + version='2.3.0', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',