Skip to content

Commit dc5a7aa

Browse files
committed
v0.0.2
1 parent 2cb3135 commit dc5a7aa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

myloginpath.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
"""Funtions that read and decrypt MySQL's login path file."""
32

43
from configparser import RawConfigParser
@@ -9,7 +8,7 @@
98
from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes
109
from cryptography.hazmat.backends import default_backend
1110

12-
VERSION = (0, 0, 1)
11+
VERSION = (0, 0, 2)
1312

1413
# Buffer at the beginning of the login path file.
1514
_UNUSED_BUFFER_LENGTH = 4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name="myloginpath",
88
license="MIT",
9-
version="0.0.1",
9+
version="0.0.2",
1010
description="MySQL login path file reader",
1111
long_description=readme,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)