Bumped version to 0.1.

This commit is contained in:
Jannis Leidel 2012-07-21 16:12:26 +02:00
parent aca5cee79a
commit 5b40d68675

View file

@ -1,5 +1,5 @@
# flake8: noqa
from .base import Settings
__version__ = '0.1a1'
__version__ = '0.1'
__all__ = ['Settings']