-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9072e6
commit 1b6d6d7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# When bumping the C library version, reset the POST count to 0 | ||
|
||
__wolfssl_version__ = "v5.1.1-stable" | ||
__wolfssl_version__ = "v5.3.0-stable" | ||
|
||
# We're using implicit post releases [PEP 440] to bump package version | ||
# while maintaining the C library version intact for better reference. | ||
# https://www.python.org/dev/peps/pep-0440/#implicit-post-releases | ||
# | ||
# MAJOR.MINOR.BUILD-POST | ||
|
||
__version__ = "5.1.1-0" | ||
__version__ = "5.3.0-0" | ||
|