Skip to content

Commit 050e238

Browse files
authored
Merge pull request #161 from GeekMasher/v0100
v0.10.0
2 parents e28b47a + ab40043 commit 050e238

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

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

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

0 commit comments

Comments
 (0)