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 f22d254 + 2b367b7 commit a985fc3Copy full SHA for a985fc3
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ghastoolkit"
3
-version = "0.4.3"
+version = "0.4.4"
4
authors = [
5
{ name="GeekMasher" },
6
]
src/ghastoolkit/__init__.py
@@ -1,7 +1,7 @@
__name__ = "ghastoolkit"
__title__ = "GHAS Toolkit"
-__version__ = "0.4.3"
+__version__ = "0.4.4"
__description__ = "GitHub Advanced Security Python Toolkit"
7
__summary__ = """\
0 commit comments