Skip to content

Commit 4aa0c1b

Browse files
authored
Merge branch 'main' into main
2 parents 93cccc4 + 276e1ca commit 4aa0c1b

File tree

4 files changed

+128
-12
lines changed

4 files changed

+128
-12
lines changed

.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: "ghastoolkit"
2-
version: "0.12.5"
2+
version: "0.12.6"

Pipfile.lock

Lines changed: 125 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ghastoolkit"
3-
version = "0.12.5"
3+
version = "0.12.6"
44
authors = [{ name = "GeekMasher" }]
55
description = "GitHub Advanced Security Python Toolkit"
66
readme = "README.md"

src/ghastoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
__name__ = "ghastoolkit"
44
__title__ = "GHAS Toolkit"
55

6-
__version__ = "0.12.5"
6+
__version__ = "0.12.6"
77

88
__description__ = "GitHub Advanced Security Python Toolkit"
99
__summary__ = """\

0 commit comments

Comments
 (0)