From 9fc11b124cc5f59b49a82216a3e8e7403bdfea3b Mon Sep 17 00:00:00 2001 From: Ben Krikler Date: Mon, 20 Apr 2020 09:22:55 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fast_plotter/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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