From 3ca8b0e183dab0c0b3af6f1afd737f84b4d83272 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Thu, 26 Nov 2020 02:17:30 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f2379c0ef..c2c67055d5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='1.3.0', + version='1.3.1', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',