mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
3 lines
101 B
Python
3 lines
101 B
Python
# Expose package version at root of package
|
|
from ._version import __version__, VERSION # NOQA: F401
|