Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Feb 26, 2020
1 parent 676ced9 commit d909f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.3.0'
__version__ = '0.4.0'
version_info = split_version(__version__) # noqa
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.4.0
commit = True
tag = False

Expand All @@ -18,4 +18,3 @@ test = pytest

[tool:pytest]
collect_ignore = ['setup.py']

0 comments on commit d909f91

Please sign in to comment.