From 064ce86859365fa4694c092ed81387aed0982e97 Mon Sep 17 00:00:00 2001 From: Zippo00 Date: Mon, 13 Apr 2026 20:20:47 +0800 Subject: [PATCH] version updt --- avise/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avise/__init__.py b/avise/__init__.py index 2495480..d2ceaa9 100644 --- a/avise/__init__.py +++ b/avise/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.2.0" +__version__ = "0.2.1" __app__ = "AVISE" __description__ = "AI Vulnerability Identification & Security Evaluation framework" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3da4edd..4678623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "avise" -version = "0.2.0" +version = "0.2.1" authors = [ { name = "Mikko Lempinen", email="mikko.lempinen@oulu.fi" }, { name = "Joni Kemppainen" },