We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2fd948 commit 191485fCopy full SHA for 191485f
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "badsecrets"
3
-version = "0.6.0"
+version = "0.7.0"
4
description = "About"
5
authors = ["A library for detecting known or weak secrets on across many platforms"]
6
license = "GPL-3.0"
@@ -39,4 +39,4 @@ build-backend = "poetry_dynamic_versioning.backend"
39
[tool.poetry-dynamic-versioning]
40
enable = true
41
metadata = true
42
-format = 'v0.6.{distance}'
+format = 'v0.7.{distance}'
0 commit comments