Skip to content

Commit

Permalink
Merge pull request #272 from GeekMasher/v0_14_1
Browse files Browse the repository at this point in the history
feat(version): v0.14.1
  • Loading branch information
GeekMasher authored Sep 20, 2024
2 parents eefc781 + 2a5df34 commit cf850fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: "ghastoolkit"
version: "0.14.0"
version: "0.14.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ghastoolkit"
version = "0.14.0"
version = "0.14.1"
authors = [{ name = "GeekMasher" }]
description = "GitHub Advanced Security Python Toolkit"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/ghastoolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__name__ = "ghastoolkit"
__title__ = "GHAS Toolkit"

__version__ = "0.14.0"
__version__ = "0.14.1"

__description__ = "GitHub Advanced Security Python Toolkit"
__summary__ = """\
Expand Down

0 comments on commit cf850fb

Please sign in to comment.