Bumped version.

This commit is contained in:
Jannis Leidel 2012-09-21 20:58:03 +02:00
parent c616caf6d6
commit c5c0feff9f

View file

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