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 da2ebcf + 7cf62e5 commit 76ebdeaCopy full SHA for 76ebdea
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ghastoolkit"
3
-version = "0.11.9"
+version = "0.12.0"
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.11.9"
+__version__ = "0.12.0"
7
8
__description__ = "GitHub Advanced Security Python Toolkit"
9
__summary__ = """\
0 commit comments