Release 10.3

This commit is contained in:
Mike Edmunds
2024-03-12 11:46:20 -07:00
parent 948ab2be27
commit fc1bd1497f
2 changed files with 18 additions and 17 deletions

View File

@@ -2,6 +2,6 @@
# Instead, load version info from the package root.
#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "10.2"
__version__ = "10.3"
VERSION = __version__.split(",")