Skip to content

Commit

Permalink
Bump version: 1.0.4 → 1.0.5rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurdok committed Dec 2, 2018
1 parent 5ad7262 commit 7a0dc6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.4
current_version = 1.0.5rc
commit = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>.*))?
serialize =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = '1.0.4'
version = '1.0.5rc'

with open(os.path.join(os.path.dirname(__file__), "README.md")) as readme:
long_description = readme.read()
Expand Down
2 changes: 1 addition & 1 deletion yieldfrom.py
Expand Up @@ -180,7 +180,7 @@ def main():
"""

__version__ = '1.0.4'
__version__ = '1.0.5rc'
__all__ = ('yieldfrom', 'From', 'Return')


Expand Down

0 comments on commit 7a0dc6c

Please sign in to comment.