From 7684a15c1ba281079780db8de5430e86365a2d44 Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Wed, 19 Jan 2022 14:17:05 -0500 Subject: [PATCH] bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31b1c80..37188e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "trevorspray" -version = "2.0.1" +version = "2.0.2" description = "A modular password sprayer with threading, SSH proxying, loot modules, and more" authors = ["TheTechromancer"] license = "GPL-3.0"