Skip to content

Commit 76ebdea

Browse files
authored
Merge pull request #201 from GeekMasher/v0120
feat(version): v0.12.0
2 parents da2ebcf + 7cf62e5 commit 76ebdea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.11.9"
3+
version = "0.12.0"
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.11.9"
6+
__version__ = "0.12.0"
77

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

0 commit comments

Comments
 (0)