diff --git a/fast_plotter/version.py b/fast_plotter/version.py index 06ce1a9..6ab19f1 100644 --- a/fast_plotter/version.py +++ b/fast_plotter/version.py @@ -12,5 +12,5 @@ def split_version(version): return tuple(result) -__version__ = '0.6.0' +__version__ = '0.6.1' version_info = split_version(__version__) # noqa diff --git a/setup.cfg b/setup.cfg index c0b1009..043a87b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = False