We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc3a326 + 27e896e commit 8287e79Copy full SHA for 8287e79
2 files changed
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.5.4-stable"
+__wolfssl_version__ = "v5.6.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.5.4-0"
+__version__ = "5.6.0-0"
12
0 commit comments