Files
django-anymail/anymail/_version.py
Mike Edmunds fc1bd1497f Release 10.3
2024-03-12 11:46:20 -07:00

8 lines
242 B
Python

# Don't import this file directly (unless you are a build system).
# Instead, load version info from the package root.
#: major.minor or major.minor.patch (optionally with .devN suffix)
__version__ = "10.3"
VERSION = __version__.split(",")