From 63a4540b92f3a21f2faa75b5ad17249a5dffd4b6 Mon Sep 17 00:00:00 2001 From: Ali Abid Date: Mon, 27 Dec 2021 19:24:42 +0000 Subject: [PATCH] updated PyPi version --- .gitignore | 2 +- gradio.egg-info/PKG-INFO | 2 +- gradio/version.txt | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7de426474d3a1..3047cdb316a1e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ gradio/templates/frontend/static *.db *.sqlite3 gradio/launches.json -flagged/* +flagged/ # Tests .coverage diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index cec46a5a99498..17b0d7922c24f 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.6.2 +Version: 2.6.3 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 d5724cd41b6aa..bd4053bfb16b8 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.6.2 \ No newline at end of file +2.6.3 \ No newline at end of file diff --git a/setup.py b/setup.py index d717e228c995b..1c0d3702dba7d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='gradio', - version='2.6.2', + version='2.6.3', 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',