We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5584a commit c41b30eCopy full SHA for c41b30e
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "ghas-cli"
3
-version = "1.4.2"
+version = "1.5.0"
4
description = "Command line interface to interact with GitHub Advanced Security."
5
authors = ["jboursier <jboursier@malwarebytes.com>"]
6
license = "MIT"
src/cli.py
@@ -3,7 +3,7 @@
__author__ = "jboursier"
__copyright__ = "Copyright 2023, Malwarebytes"
-__version__ = "1.4.2"
+__version__ = "1.5.0"
7
__maintainer__ = "jboursier"
8
__email__ = "jboursier@malwarebytes.com"
9
__status__ = "Production"
0 commit comments