Skip to content

Commit fbd09a9

Browse files
authored
Merge pull request #156 from GeekMasher/v092
v0.9.2
2 parents ddb8fe1 + f2dc79a commit fbd09a9

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.9.1"
3+
version = "0.9.2"
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
@@ -2,7 +2,7 @@
22
__name__ = "ghastoolkit"
33
__title__ = "GHAS Toolkit"
44

5-
__version__ = "0.9.1"
5+
__version__ = "0.9.2"
66

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

0 commit comments

Comments
 (0)