Skip to content

Commit

Permalink
bumping version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kreczko authored Apr 8, 2022
1 parent c9fd42e commit e686f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_curator/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.7.0'
__version__ = '0.8.0'
version_info = split_version(__version__) # noqa

0 comments on commit e686f41

Please sign in to comment.