Bump version to 1.0.1.dev

The version pattern follows the recommendation described in PEP 440.
https://www.python.org/dev/peps/pep-0440/#development-release-separators

Closes https://github.com/jazzband/django-configurations/pull/139.
This commit is contained in:
Nicolas Delaby 2016-01-06 09:16:12 +01:00 committed by Daniel Hahler
parent 320324b511
commit 4615e1e8fb

View file

@ -2,7 +2,7 @@
from .base import Settings, Configuration
from .decorators import pristinemethod
__version__ = '1.0'
__version__ = '1.0.1.dev'
__all__ = ['Configuration', 'pristinemethod', 'Settings']