Release 4.15.6

This commit is contained in:
JonnyWong16 2023-11-13 11:10:20 -08:00
parent 3549902313
commit c801268057
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 = 5
PATCH_VERSION = 6
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"