Skip to content

Commit

Permalink
Bump version: 0.14.1 → 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Oct 6, 2019
1 parent 9d39e96 commit 0ec4e7c
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.14.1'
__version__ = '0.14.2'
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.14.1
current_version = 0.14.2
commit = True
tag = False

Expand Down

0 comments on commit 0ec4e7c

Please sign in to comment.