Skip to content

Commit 9a73baa

Browse files
authored
Merge pull request #171 from GeekMasher/v011
v0.11.0
2 parents 7ac8c2a + 576274c commit 9a73baa

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.10.0"
3+
version = "0.11.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.10.0"
5+
__version__ = "0.11.0"
66

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

0 commit comments

Comments
 (0)