Skip to content

Commit

Permalink
Update crypto.py for release 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobellaccini authored Nov 10, 2023
1 parent ae99427 commit 13a188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyAesCrypt/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13a188f

Please sign in to comment.