From 98fda7876868e80c66acb4749227b2344764b9a4 Mon Sep 17 00:00:00 2001 From: Ben Krikler Date: Thu, 7 May 2020 13:22:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.3=20=E2=86=92=200.6.4?= 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 f8e8cef..af940b7 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.3' +__version__ = '0.6.4' version_info = split_version(__version__) # noqa diff --git a/setup.cfg b/setup.cfg index eb63e1d..6a4046c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.3 +current_version = 0.6.4 commit = True tag = False