diff --git a/setup.py b/setup.py index 4a9fb8aee2..9fde45c0af 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='0.9.8', + version='0.9.9', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',