diff --git a/huggingfacehub/pyproject.toml b/huggingfacehub/pyproject.toml index 45adc82..444ea40 100644 --- a/huggingfacehub/pyproject.toml +++ b/huggingfacehub/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_huggingfacehub_search" -version = "0.0.7" +version = "0.0.8" description = "Gradio component for searching Hugging Face Hub models, datasets, Spaces, and more" readme = "README.md" license = "MIT" @@ -16,7 +16,7 @@ requires-python = ">=3.8" authors = [{ name = "YOUR NAME", email = "YOUREMAIL@domain.com" }] keywords = ["gradio-custom-component", "gradio-template-SimpleTextbox", "huggingface", "hub", "search"] # Add dependencies here -dependencies = ["gradio>=4.0,<5.0"] +dependencies = ["gradio>=4.0,<6.0"] classifiers = [ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License',