Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: jboursier <jboursier@malwarebytes.com>
  • Loading branch information
jboursier-mwb committed Nov 1, 2022
1 parent fb7290e commit b30c346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ghas-cli"
version = "1.2.0"
version = "1.2.1"
description = "Command line interface to interact with GitHub Advanced Security."
authors = ["jboursier <jboursier@malwarebytes.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

__author__ = "jboursier"
__copyright__ = "Copyright 2022, Malwarebytes"
__version__ = "1.2.0"
__version__ = "1.2.1"
__maintainer__ = "jboursier"
__email__ = "jboursier@malwarebytes.com"
__status__ = "Production"
Expand Down

0 comments on commit b30c346

Please sign in to comment.