We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f88948 + 6e712f8 commit 8ac9754Copy full SHA for 8ac9754
2 files changed
lib/wolfssl
wolfssl/_version.py
@@ -1,11 +1,11 @@
1
# When bumping the C library version, reset the POST count to 0
2
3
-__wolfssl_version__ = "v5.4.0-stable"
+__wolfssl_version__ = "v5.5.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.4.0-1"
+__version__ = "5.5.0-0"
0 commit comments