From 2f739363e2ae1625c7139cad2f4c1dd1b3569ded Mon Sep 17 00:00:00 2001 From: cvemula1 Date: Tue, 17 Mar 2026 17:20:32 -0500 Subject: [PATCH] chore: bump version to 0.2.2 --- nhinsight/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nhinsight/__init__.py b/nhinsight/__init__.py index e043f49..27b50da 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.1" +__version__ = "0.2.2" diff --git a/pyproject.toml b/pyproject.toml index d30434d..f828882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nhinsight" -version = "0.2.1" +version = "0.2.2" description = "Discover risky non-human identities and privilege paths across AWS, Azure, GCP, GitHub, and Kubernetes" readme = "README.md" license = {text = "MIT"}