We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9072e6 commit 1b6d6d7Copy full SHA for 1b6d6d7
lib/wolfssl
wolfcrypt/_version.py
@@ -1,12 +1,12 @@
1
# When bumping the C library version, reset the POST count to 0
2
3
-__wolfssl_version__ = "v5.1.1-stable"
+__wolfssl_version__ = "v5.3.0-stable"
4
5
# We're using implicit post releases [PEP 440] to bump package version
6
# while maintaining the C library version intact for better reference.
7
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
8
#
9
# MAJOR.MINOR.BUILD-POST
10
11
-__version__ = "5.1.1-0"
+__version__ = "5.3.0-0"
12
0 commit comments