Skip to content

Commit 2a5df34

Browse files
committed
feat(version): v0.14.1
1 parent eefc781 commit 2a5df34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
name: "ghastoolkit"
2-
version: "0.14.0"
2+
version: "0.14.1"

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

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

0 commit comments

Comments
 (0)