File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 version = verstr ,
5858 description = "Python module that encapsulates wolfSSL's crypto engine API." ,
5959 long_description = long_description ,
60+ long_description_content_type = 'text/x-rst' ,
6061 author = "wolfSSL Inc." ,
6162 author_email = "info@wolfssl.com" ,
6263 url = "https://github.com/wolfssl/wolfcrypt-py" ,
Original file line number Diff line number Diff line change 11# When bumping the C library version, reset the POST count to 0
22
3- __wolfssl_version__ = "v5.4.0 -stable"
3+ __wolfssl_version__ = "v5.5.3 -stable"
44
55# We're using implicit post releases [PEP 440] to bump package version
66# while maintaining the C library version intact for better reference.
77# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
88#
99# MAJOR.MINOR.BUILD-POST
1010
11- __version__ = "5.4.0 -0"
11+ __version__ = "5.5.3 -0"
1212
You can’t perform that action at this time.
0 commit comments