From c638b12a5e6abfc35f9b43cbbafe14c4630af6a6 Mon Sep 17 00:00:00 2001 From: jboursier Date: Tue, 4 Oct 2022 16:43:48 +0200 Subject: [PATCH] Bump version number to 1.0.1 --- pyproject.toml | 2 +- src/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97803c3..c7e8eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ghas-cli" -version = "1.0.0" +version = "1.0.1" description = "Python3 command line interface to interact with Github Advanced Security." authors = ["jboursier "] license = "MIT" diff --git a/src/cli.py b/src/cli.py index 8489284..2976cd4 100644 --- a/src/cli.py +++ b/src/cli.py @@ -3,7 +3,7 @@ __author__ = "jboursier" __copyright__ = "Copyright 2022, Malwarebytes" -__version__ = "1.0.0" +__version__ = "1.0.1" __maintainer__ = "jboursier" __email__ = "jboursier@malwarebytes.com" __status__ = "Development"