diff --git a/MANIFEST.in b/MANIFEST.in index ff3513d788..2b0cc9e09c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,2 @@ -include gradio/static/* -include gradio/static/css/* -include gradio/static/js/* -include gradio/static/img/* -include gradio/templates/* -include gradio/templates/input/* -include gradio/templates/output/* +recursive-include gradio/static/* +recursive-include gradio/templates/* \ No newline at end of file diff --git a/dist/gradio-0.4.0-py3-none-any.whl b/dist/gradio-0.4.1-py3-none-any.whl similarity index 99% rename from dist/gradio-0.4.0-py3-none-any.whl rename to dist/gradio-0.4.1-py3-none-any.whl index 60ac9613bb..dd880afc89 100644 Binary files a/dist/gradio-0.4.0-py3-none-any.whl and b/dist/gradio-0.4.1-py3-none-any.whl differ diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index b0334643c8..eceeaf8a64 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: gradio -Version: 0.4.0 +Version: 0.4.1 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/abidlabs/gradio Author: Abubakar Abid diff --git a/setup.py b/setup.py index 749fa0dde9..8b54e01535 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name='gradio', - version='0.4.0', + version='0.4.1', include_package_data=True, description='Python library for easily interacting with trained machine learning models', author='Abubakar Abid',