Skip to content

Commit

Permalink
Bump version: 0.8.2 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Nov 10, 2020
1 parent dfc07fb commit 31f66ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast_plotter/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.8.2'
__version__ = '0.9.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.8.2
current_version = 0.9.0
commit = True
tag = False

Expand Down

0 comments on commit 31f66ec

Please sign in to comment.