diff --git a/bes_dev_kit/__init__.py b/bes_dev_kit/__init__.py index b0a3726..c0ea0a2 100644 --- a/bes_dev_kit/__init__.py +++ b/bes_dev_kit/__init__.py @@ -2,7 +2,7 @@ # src/__init__.py __app_name__ = "bes-dev-kit" -__version__ = "0.0.7" +__version__ = "0.0.8" ( SUCCESS, diff --git a/pyproject.toml b/pyproject.toml index 9a05940..267aea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "besecure-developer-toolkit" -version = "0.0.7" +version = "0.0.8" description = "cli tool for generating metadata and assessment report for [BeSLighthouse](https://github.com/Be-Secure/BeSLighthouse)." authors = ["asa1997 "] readme = "README.md"