diff --git a/fast_plotter/version.py b/fast_plotter/version.py index daf5440..08cfed5 100644 --- a/fast_plotter/version.py +++ b/fast_plotter/version.py @@ -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 diff --git a/setup.cfg b/setup.cfg index e741c1f..194ace8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.2 +current_version = 0.9.0 commit = True tag = False