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',