From 9dbd19e90c1190769bb540dbce87674ba87b1637 Mon Sep 17 00:00:00 2001 From: valorisa Date: Wed, 22 Jul 2026 15:47:13 +0200 Subject: [PATCH] Bump version to 1.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7eeaf60..df421a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Password-Generator-Advanced" -version = "1.0.2" +version = "1.0.3" description = "Secure command-line password generator with strict cryptographic constraints. Interactive menu and CLI modes. Passphrase generation. Entropy evaluation. Cross-platform clipboard support." authors = ["valorisa"] readme = "README.md"