We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f88948 commit 6e712f8Copy full SHA for 6e712f8
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