from pkg_resources import get_distribution

__version__ = get_distribution("django-embed-video").version
