diff --git a/pyproject.toml b/pyproject.toml index 357e9d89..6f1fd5fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "github-dependents-info" -version = "1.0.0" +version = "1.0.1" description = "Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badges." readme = "README.md" authors = ["nvuillam "]