Skip to content

Commit

Permalink
Merge pull request #28 from Malwarebytes/release_1.0.1
Browse files Browse the repository at this point in the history
Bump version number to 1.0.1
  • Loading branch information
jboursier-mwb authored Oct 4, 2022
2 parents d72403e + c638b12 commit 9342dfe
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.0.0"
version = "1.0.1"
description = "Python3 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.0.0"
__version__ = "1.0.1"
__maintainer__ = "jboursier"
__email__ = "jboursier@malwarebytes.com"
__status__ = "Development"
Expand Down

0 comments on commit 9342dfe

Please sign in to comment.