diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index 8bbe0d3b07..4a7bfa508b 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,14 +1,11 @@ -Metadata-Version: 2.1 +Metadata-Version: 1.0 Name: gradio -Version: 2.4.5 +Version: 2.4.6 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid Author-email: a12d@stanford.edu License: Apache License 2.0 +Description: UNKNOWN Keywords: machine learning,visualization,reproducibility Platform: UNKNOWN -License-File: LICENSE - -UNKNOWN - diff --git a/gradio/version.txt b/gradio/version.txt index 79a614418f..7bf4b6a8ae 100644 --- a/gradio/version.txt +++ b/gradio/version.txt @@ -1 +1 @@ -2.4.4 +2.4.6 diff --git a/setup.py b/setup.py index 1cb83ec4c3..3553e34fd4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.4.5', + version='2.4.6', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',