Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler authored Nov 28, 2019
1 parent 00932c5 commit 5cd59b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_flow/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.4.0-rc1'
__version__ = '0.4.0'
version_info = split_version(__version__) # noqa

0 comments on commit 5cd59b7

Please sign in to comment.