1# -*- coding: utf-8 -*-
2from pkg_resources import get_distribution
3
4__version__ = get_distribution('django-babel').version
5