# -*- coding: utf-8 -*-
from pkg_resources import get_distribution

__version__ = get_distribution('django-babel').version
