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.
2 parents 31074c3 + d96e7d0 commit 276e1caCopy full SHA for 276e1ca
.release.yml
@@ -1,2 +1,2 @@
1
name: "ghastoolkit"
2
-version: "0.12.5"
+version: "0.12.6"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ghastoolkit"
3
-version = "0.12.5"
+version = "0.12.6"
4
authors = [{ name = "GeekMasher" }]
5
description = "GitHub Advanced Security Python Toolkit"
6
readme = "README.md"
src/ghastoolkit/__init__.py
@@ -3,7 +3,7 @@
__name__ = "ghastoolkit"
__title__ = "GHAS Toolkit"
-__version__ = "0.12.5"
+__version__ = "0.12.6"
7
8
__description__ = "GitHub Advanced Security Python Toolkit"
9
__summary__ = """\
0 commit comments