From c6ef63166323ead1950eba60ea6cc669ad0f8117 Mon Sep 17 00:00:00 2001 From: Justin Bollinger Date: Mon, 26 Jan 2026 13:33:20 -0500 Subject: [PATCH] major refactor and version change to 2.0 --- pyproject.toml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8ecd396..de223de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hate-crack" -version = "1.09" +version = "2.0" description = "Menu driven Python wrapper for hashcat" readme = "README.md" requires-python = ">=3.13" diff --git a/readme.md b/readme.md index 1aff821..c847f6b 100644 --- a/readme.md +++ b/readme.md @@ -84,7 +84,7 @@ $ ./hate_crack.py 1000 \ Y // __ \| | \ ___/ \ \____| | \// __ \\ \___| < \___|_ /(____ /__| \___ >____\______ /|__| (____ /\___ >__|_ \ \/ \/ \/_____/ \/ \/ \/ \/ - Version 1.09 + Version 2.0 ## Testing