updated PyPi version

This commit is contained in:
root 2021-08-17 02:35:30 +00:00
parent 0c6b3d6766
commit ce5f9bb4ea
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.2.10
2.2.11

View File

@ -5,7 +5,7 @@ except ImportError:
setup(
name='gradio',
version='2.2.10',
version='2.2.11',
include_package_data=True,
description='Python library for easily interacting with trained machine learning models',
author='Abubakar Abid',