We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a8b47 commit 7040b9aCopy full SHA for 7040b9a
1 file changed
myloginpath.py
@@ -10,6 +10,7 @@
10
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
11
from cryptography.hazmat.backends import default_backend
12
13
+VERSION = (0, 0, 1)
14
15
# Buffer at the beginning of the login path file.
16
_UNUSED_BUFFER_LENGTH = 4
0 commit comments