Bump version: 0.10.3production4 → 0.10.4rc1

This commit is contained in:
Jack Robison 2017-06-01 16:37:55 -04:00
parent 11dc17d131
commit 8a73315541
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.3production4
current_version = 0.10.4rc1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<candidate>\d+))?

View file

@ -1,6 +1,6 @@
import logging
__version__ = "0.10.3production4"
__version__ = "0.10.4rc1"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())