Skip to content

Commit e73a259

Browse files
committed
Fix setup.cfg and bump version to 2.0.2
1 parent aed88a9 commit e73a259

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)