Bumped version up a notch.

This commit is contained in:
Jannis Leidel 2013-05-15 12:50:49 +02:00
parent 4b08084787
commit 0b9e5ed1cf
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@
from .base import Settings
from .decorators import pristinemethod
__version__ = '0.2.1'
__version__ = '0.3'
__all__ = ['Settings', 'pristinemethod']

View file

@ -1,6 +1,6 @@
[metadata]
name = django-configurations
version = 0.2.1
version = 0.3
author = Jannis Leidel
author-email = jannis@leidel.info
summary = A helper for organizing Django settings.