Skip to content

Commit 690b222

Browse files
bumps version to v3.14.0b
1 parent 7aa9c0c commit 690b222

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wolfssl/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
# When bumping the C library version, reset the POST count to 0
2828

29-
__wolfssl_version__ = "v3.13.0-stable"
29+
__wolfssl_version__ = "v3.14.0b"
3030

3131
# We're using implicit post releases [PEP 440] to bump package version
3232
# while maintaining the C library version intact for better reference.
3333
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases
3434
#
3535
# MAJOR.MINOR.BUILD-POST
3636

37-
__version__ = __wolfssl_version__[1:].replace("stable", "1")
37+
__version__ = __wolfssl_version__[1:].replace("b", "-1")
3838

3939
__author__ = "wolfSSL Inc."
4040
__email__ = "info@wolfssl.com"

0 commit comments

Comments
 (0)