Skip to content

Commit 1916f9d

Browse files
committed
feat(version): v0.12.3
1 parent 4c000d0 commit 1916f9d

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

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

0 commit comments

Comments
 (0)