From 11abd5520a28dec70f8082e961d71f119d6b03e9 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Sun, 23 Jan 2022 23:09:11 -0600 Subject: [PATCH] updated PyPi version to 2.7.5.2 --- 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 f59845e54a..2f81128628 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: gradio -Version: 2.7.5.1 +Version: 2.7.5.2 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq diff --git a/gradio/version.txt b/gradio/version.txt index 460b6fd404..cc14ca0b0b 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.7.5 \ No newline at end of file +2.7.5.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 218dfa1922..c257f9ced0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="gradio", - version="2.7.5.1", + version="2.7.5.2", include_package_data=True, description="Python library for easily interacting with trained machine learning models", author="Abubakar Abid, Ali Abid, Ali Abdalla, Dawood Khan, Ahsen Khaliq",