We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa9c0c commit 690b222Copy full SHA for 690b222
1 file changed
src/wolfssl/__about__.py
@@ -26,15 +26,15 @@
26
27
# When bumping the C library version, reset the POST count to 0
28
29
-__wolfssl_version__ = "v3.13.0-stable"
+__wolfssl_version__ = "v3.14.0b"
30
31
# We're using implicit post releases [PEP 440] to bump package version
32
# while maintaining the C library version intact for better reference.
33
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
34
#
35
# MAJOR.MINOR.BUILD-POST
36
37
-__version__ = __wolfssl_version__[1:].replace("stable", "1")
+__version__ = __wolfssl_version__[1:].replace("b", "-1")
38
39
__author__ = "wolfSSL Inc."
40
__email__ = "info@wolfssl.com"
0 commit comments