File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 55
55
version = verstr ,
56
56
description = "Python module that encapsulates wolfSSL's C SSL/TLS library." ,
57
57
long_description = long_description ,
58
+ long_description_content_type = 'text/x-rst' ,
58
59
author = "wolfSSL Inc." ,
59
60
author_email = "info@wolfssl.com" ,
60
61
url = "https://github.com/wolfssl/wolfssl-py" ,
Original file line number Diff line number Diff line change 1
1
# When bumping the C library version, reset the POST count to 0
2
2
3
- __wolfssl_version__ = "v5.5.0 -stable"
3
+ __wolfssl_version__ = "v5.5.3 -stable"
4
4
5
5
# We're using implicit post releases [PEP 440] to bump package version
6
6
# while maintaining the C library version intact for better reference.
7
7
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
8
8
#
9
9
# MAJOR.MINOR.BUILD-POST
10
10
11
- __version__ = "5.5.0 -0"
11
+ __version__ = "5.5.3 -0"
You can’t perform that action at this time.
0 commit comments