From d1874929ebec48fba3b7c00968f1be26c05e517b Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Mon, 21 Mar 2022 11:15:31 -0700 Subject: [PATCH] 2.8.13 release --- 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 5a8bfbc07c..22b0951f2c 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.8.12 +Version: 2.8.13 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 d4a14aba03..678f497d1e 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.8.12 \ No newline at end of file +2.8.13 \ No newline at end of file diff --git a/setup.py b/setup.py index e0169235d4..fe1e7b14b6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="gradio", - version="2.8.12", + version="2.8.13", 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",