From a2276a19dff05175bc2e1e3ade613fb87ba6585b Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Mon, 29 Jun 2020 16:59:28 -0500 Subject: [PATCH] updated to 0.9.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f07409d4e..02af79d053 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='0.9.3', + version='0.9.4', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',