From 15218a6b84c9bb073c279e80caf7d82caa6d9835 Mon Sep 17 00:00:00 2001 From: Abubakar Abid Date: Thu, 29 Jul 2021 17:24:04 -0500 Subject: [PATCH] updated PyPi version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f74030d4a..5a9083a63f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='2.2.3', + version='2.2.4', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',