# Store the version here so:
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
# http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '2.12.1401'
