diff --git a/poetry.lock b/poetry.lock index 60323e0..6f7bbd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,6 +1,6 @@ [[package]] name = "certifi" -version = "2022.9.14" +version = "2022.9.24" description = "Python package for providing Mozilla's CA Bundle." category = "main" optional = false @@ -140,8 +140,8 @@ content-hash = "1c3e8a6f2a50dbe4d9e487d62377b26e82174e64b96cad03d56cdb931e42df2a [metadata.files] certifi = [ - {file = "certifi-2022.9.14-py3-none-any.whl", hash = "sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516"}, - {file = "certifi-2022.9.14.tar.gz", hash = "sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5"}, + {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, + {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"}, ] charset-normalizer = [ {file = "charset-normalizer-2.1.1.tar.gz", hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845"}, diff --git a/pyproject.toml b/pyproject.toml index e95193d..97803c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ghas-cli" -version = "0.0.1" +version = "1.0.0" 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 0b22eb0..40d0d6e 100644 --- a/src/cli.py +++ b/src/cli.py @@ -3,7 +3,7 @@ __author__ = "jboursier" __copyright__ = "Copyright 2022, Malwarebytes" -__version__ = "0.0.1" +__version__ = "1.0.0" __maintainer__ = "jboursier" __email__ = "jboursier@malwarebytes.com" __status__ = "Development"