From 35914b8e14176564abe4c1d34c21a48d953c4d55 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Wed, 8 Jul 2020 13:14:31 -0500 Subject: [PATCH] updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c668bb0c7..aa2f0c78b6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='0.9.9.1', + version='0.9.9.2', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',