Release 4.15.13

This commit is contained in:
JonnyWong16 2024-05-18 13:43:46 -07:00
parent ce472a7ec7
commit dd80deb18f
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 = 12
PATCH_VERSION = 13
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"