From b9012716cee0f550e2da412e552c2652ff3fedd6 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Tue, 20 Feb 2024 11:01:41 +0100 Subject: [PATCH] v1.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 042daee8..ab01ebaf 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.5.1" +version = "1.6.0" description = "Collect information about dependencies between a github repo and other repositories. Results available in JSON, markdown and badges." readme = "README.md" authors = ["nvuillam "]