Skip to content

Commit

Permalink
Bump version to 1.0.1.dev
Browse files Browse the repository at this point in the history
The version pattern follows the recommendation described in PEP 440.
https://www.python.org/dev/peps/pep-0440/#development-release-separators

Closes #139.
  • Loading branch information
ticosax authored and blueyed committed Jan 7, 2016
1 parent 320324b commit 4615e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configurations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']


Expand Down

0 comments on commit 4615e1e

Please sign in to comment.