Skip to content

Commit

Permalink
Bump version: 0.11.2-rc1 → 0.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed May 28, 2019
1 parent 7230304 commit d074508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast_carpenter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ def split_version(version):
return tuple(result)


__version__ = '0.11.2'
__version__ = '0.12.0'
version_info = split_version(__version__) # noqa
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.11.2-rc1
current_version = 0.12.0-rc1
commit = True
tag = False

Expand Down

0 comments on commit d074508

Please sign in to comment.