From d1400066e845a05232bba2b6340dad7cce190a89 Mon Sep 17 00:00:00 2001 From: Pramit Dutta Date: Fri, 9 Feb 2024 17:33:01 +0530 Subject: [PATCH] version pumped --- bes_dev_kit/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"