diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index f628fc879e..ea7d0bd975 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.0.6 +Version: 2.0.7 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid diff --git a/gradio/version.txt b/gradio/version.txt index 157e54f3e4..f1547e6d13 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.0.6 +2.0.7 diff --git a/setup.py b/setup.py index 174b1df226..b99b5bd009 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.0.6', + version='2.0.7', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',