Skip to content

Commit

Permalink
feat(version): v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher committed Aug 27, 2024
1 parent 651b33c commit 9fba065
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.13.4"
version: "0.14.0"
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.13.4"
version = "0.14.0"
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.13.4"
__version__ = "0.14.0"

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

0 comments on commit 9fba065

Please sign in to comment.