diff --git a/setup.py b/setup.py index c9ec0d21..7082d6bc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="api_inference_community", - version="0.0.32", + version="0.0.33", description="A package with helper tools to build an API Inference docker app for Hugging Face API inference using huggingface_hub", long_description=open("README.md", "r", encoding="utf-8").read(), long_description_content_type="text/markdown",