From 8871d1ae6d63a072aeced4b99d37fb07336800e1 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Tue, 14 Jan 2025 18:10:46 +0100 Subject: [PATCH] new: changed version --- dyana/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dyana/__init__.py b/dyana/__init__.py index f102a9c..3b93d0b 100644 --- a/dyana/__init__.py +++ b/dyana/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/pyproject.toml b/pyproject.toml index 8d1ea3d..07e0c61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ authors = [ "Ads Dawson ", ] name = "dyana" -version = "0.0.1" +version = "0.0.2" description = "A sandbox environment based on Docker and eBPF to load and profile a wide range of file types." license = "MIT" repository = "https://github.com/dreadnode/dyana"