Files
django-anymail/anymail/_version.py
Mike Edmunds de44b938e9 Release 10.1
2023-07-31 10:45:38 -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.1"
VERSION = __version__.split(",")