Skip to content

Commit 3f1673a

Browse files
authored
Merge pull request #11 from tsileo/fix-setup-cfg
Fix setup.cfg and bump version to 2.0.2
2 parents aed88a9 + e73a259 commit 3f1673a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md
33

44
[flake8]
55
max-line-length = 120

tls_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.1"
1+
__version__ = "2.0.2"
22
__author__ = "Alban Diquet"
33
__email__ = "nabla.c0d3@gmail.com"
44

0 commit comments

Comments
 (0)