Skip to content

Commit c41b30e

Browse files
committed
Bump to version 1.5.0
1 parent fd5584a commit c41b30e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ghas-cli"
3-
version = "1.4.2"
3+
version = "1.5.0"
44
description = "Command line interface to interact with GitHub Advanced Security."
55
authors = ["jboursier <jboursier@malwarebytes.com>"]
66
license = "MIT"

src/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = "jboursier"
55
__copyright__ = "Copyright 2023, Malwarebytes"
6-
__version__ = "1.4.2"
6+
__version__ = "1.5.0"
77
__maintainer__ = "jboursier"
88
__email__ = "jboursier@malwarebytes.com"
99
__status__ = "Production"

0 commit comments

Comments
 (0)