From 10c82749e191a3546e77e4eacb4f4a62e5054fde Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 7 Mar 2024 15:32:11 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b55b0a..7e41988 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dploot" -version = "2.2.5" +version = "2.6.0" description = "DPAPI looting remotely in Python" readme = "README.md" homepage = "https://github.com/zblurx/dploot"