From 282748b4affdea18d9e08f6c8041084640e232d8 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Fri, 3 Jun 2022 00:13:16 -0700 Subject: [PATCH] updated PyPi version to 3.0.11 (#1458) --- 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 8b559442b0..91d932b1f8 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gradio -Version: 3.0.9b11 +Version: 3.0.11 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq, Pete Allen, Ömer Faruk Özdemir diff --git a/gradio/version.txt b/gradio/version.txt index 8122d30dbd..e4a0720dd5 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -3.0.9b11 \ No newline at end of file +3.0.11 \ No newline at end of file diff --git a/setup.py b/setup.py index 2f08d79de3..bc45e14480 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = (this_directory / "README.md").read_text(encoding='utf8') setup( name="gradio", - version="3.0.9b11", + version="3.0.11", include_package_data=True, description="Python library for easily interacting with trained machine learning models", long_description=long_description,