diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index b8ec050d41..cec46a5a99 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.1b3 +Version: 2.6.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 d9d8e21ebb..d5724cd41b 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.6.1b3 \ No newline at end of file +2.6.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 28dd0f8c04..d717e228c9 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.6.1b3', + version='2.6.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',