Skip to content

Commit

Permalink
Bump version: 0.10.0 → 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Jun 22, 2021
1 parent 3d0c45b commit 42b7156
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.10.0'
__version__ = '0.10.1'
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.10.0
current_version = 0.10.1
commit = True
tag = False

Expand Down

0 comments on commit 42b7156

Please sign in to comment.