From 13a188f8799306ad9034167bf0bc0489319db274 Mon Sep 17 00:00:00 2001 From: Marco Bellaccini <24960638+marcobellaccini@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:57:44 +0100 Subject: [PATCH] Update crypto.py for release 6.1.1 --- pyAesCrypt/crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyAesCrypt/crypto.py b/pyAesCrypt/crypto.py index a03d7b1..536e48e 100644 --- a/pyAesCrypt/crypto.py +++ b/pyAesCrypt/crypto.py @@ -45,7 +45,7 @@ from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes # pyAesCrypt version - now semver -version = "6.1.0" +version = "6.1.1" # default encryption/decryption buffer size - 64KB bufferSizeDef = 64 * 1024