From dde2cf7fbd9a381db5bb6cb9c412ae93142708d3 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Thu, 9 Jan 2025 13:42:15 -0500 Subject: [PATCH 1/2] fixing pypi stuff --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fc67f69..e9330f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [tool.poetry] name = "baddns" -version = "1.5.0" description = "Check subdomains for subdomain takeovers and other DNS tomfoolery" authors = ["liquidsec "] repository = "https://github.com/blacklanternsecurity/baddns" From 29c64d960b5129b4756e0e6a93b86bc66989fcc5 Mon Sep 17 00:00:00 2001 From: liquidsec Date: Thu, 9 Jan 2025 13:47:15 -0500 Subject: [PATCH 2/2] more version junk --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9330f7..92cc6b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [tool.poetry] name = "baddns" +version = "1.5.0" description = "Check subdomains for subdomain takeovers and other DNS tomfoolery" authors = ["liquidsec "] repository = "https://github.com/blacklanternsecurity/baddns" @@ -55,4 +56,4 @@ build-backend = "poetry_dynamic_versioning.backend" [tool.poetry-dynamic-versioning] enable = true metadata = true -format = 'v1.5.{distance}' +format = '1.5.{distance}'