Bumped version up a notch.

This commit is contained in:
Jannis Leidel 2013-03-27 15:30:32 +01:00
parent 3dece53cda
commit 90beffa13b

View file

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