We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb3135 commit dc5a7aaCopy full SHA for dc5a7aa
myloginpath.py
@@ -1,4 +1,3 @@
1
-# -*- coding: utf-8 -*-
2
"""Funtions that read and decrypt MySQL's login path file."""
3
4
from configparser import RawConfigParser
@@ -9,7 +8,7 @@
9
8
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
10
from cryptography.hazmat.backends import default_backend
11
12
-VERSION = (0, 0, 1)
+VERSION = (0, 0, 2)
13
14
# Buffer at the beginning of the login path file.
15
_UNUSED_BUFFER_LENGTH = 4
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name="myloginpath",
license="MIT",
- version="0.0.1",
+ version="0.0.2",
description="MySQL login path file reader",
long_description=readme,
long_description_content_type="text/markdown",
0 commit comments