Skip to content

Commit

Permalink
Target version 1.0.1 for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
adblair committed Oct 9, 2015
1 parent 827ace7 commit d981e88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configloader/__init__.py
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Arthur Blair'
__email__ = 'adblair@gmail.com'
__version__ = '1.0.0'
__version__ = '1.0.1.dev0'


import json
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = False
current_version = 1.0.0
current_version = 1.0.1.dev0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{dev}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -15,7 +15,7 @@

setup(
name='configloader',
version='1.0.0',
version='1.0.1.dev0',
packages=find_packages(),
extras_require=extras_require,

Expand Down

0 comments on commit d981e88

Please sign in to comment.