Release 4.15.11

This commit is contained in:
JonnyWong16 2024-03-31 16:00:48 -07:00
parent b836d24226
commit 991c5e303e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -4,6 +4,6 @@
# Library version
MAJOR_VERSION = 4
MINOR_VERSION = 15
PATCH_VERSION = 10
PATCH_VERSION = 11
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"