diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index 5ac3e41241..2e1d8ed1a7 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.5.0 +Version: 2.5.1 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/setup.py b/setup.py index c99e499c65..66e443d665 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.5.0', + version='2.5.1', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',