Skip to content

Commit a985fc3

Browse files
authored
Merge pull request #42 from GeekMasher/v044
feat: v0.4.4
2 parents f22d254 + 2b367b7 commit a985fc3

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.4.3"
3+
version = "0.4.4"
44
authors = [
55
{ name="GeekMasher" },
66
]

src/ghastoolkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__name__ = "ghastoolkit"
22
__title__ = "GHAS Toolkit"
33

4-
__version__ = "0.4.3"
4+
__version__ = "0.4.4"
55

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

0 commit comments

Comments
 (0)