From 9fba065eb6e491f132f0207013d43c95941f68f9 Mon Sep 17 00:00:00 2001 From: GeekMasher Date: Tue, 27 Aug 2024 18:49:58 +0100 Subject: [PATCH] feat(version): v0.14.0 --- .release.yml | 2 +- pyproject.toml | 2 +- src/ghastoolkit/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.release.yml b/.release.yml index d20fb3b..bcb1628 100644 --- a/.release.yml +++ b/.release.yml @@ -1,2 +1,2 @@ name: "ghastoolkit" -version: "0.13.4" +version: "0.14.0" diff --git a/pyproject.toml b/pyproject.toml index 9e5eccf..9c9e7c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/ghastoolkit/__init__.py b/src/ghastoolkit/__init__.py index 97d3ea9..90abe90 100644 --- a/src/ghastoolkit/__init__.py +++ b/src/ghastoolkit/__init__.py @@ -3,7 +3,7 @@ __name__ = "ghastoolkit" __title__ = "GHAS Toolkit" -__version__ = "0.13.4" +__version__ = "0.14.0" __description__ = "GitHub Advanced Security Python Toolkit" __summary__ = """\