diff --git a/nhinsight/__init__.py b/nhinsight/__init__.py index 27b50da..cbf90a2 100644 --- a/nhinsight/__init__.py +++ b/nhinsight/__init__.py @@ -1,4 +1,4 @@ # MIT License — Copyright (c) 2026 cvemula1 # NHInsight — Non-Human Identity discovery for cloud infrastructure -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index f828882..e24edfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nhinsight" -version = "0.2.2" +version = "0.2.3" description = "Discover risky non-human identities and privilege paths across AWS, Azure, GCP, GitHub, and Kubernetes" readme = "README.md" license = {text = "MIT"}