Revert "Bump version: 0.9.0rc17 → 0.9.1rc0"

This reverts commit a440656a33.
This commit is contained in:
Alex Grintsvayg 2017-03-13 18:45:14 -04:00
parent a440656a33
commit 28e662a53e
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1rc0
current_version = 0.9.0rc17
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.9.1rc0"
__version__ = "0.9.0rc17"
version = tuple(__version__.split('.'))
logging.getLogger(__name__).addHandler(logging.NullHandler())