From a75a8f93eb8174b26022d2216b2cb8d5a23b72a0 Mon Sep 17 00:00:00 2001 From: Richard Gerum <14153051+rgerum@users.noreply.github.com> Date: Wed, 19 Feb 2020 16:07:58 +0100 Subject: [PATCH] set version to v0.14.0 --- docs/conf.py | 4 ++-- pylustrator/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c8ddf8d..218eab3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,9 +88,9 @@ # built documents. # # The short X.Y version. -version = '0.13.0' +version = '0.14.0' # The full version, including alpha/beta/rc tags. -release = '0.13.0' +release = '0.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pylustrator/__init__.py b/pylustrator/__init__.py index 559b188..58bdae6 100644 --- a/pylustrator/__init__.py +++ b/pylustrator/__init__.py @@ -25,4 +25,4 @@ from .lab_colormap import LabColormap from .helper_functions import loadFigureFromFile as load -__version__ = '0.13.0' +__version__ = '0.14.0' diff --git a/setup.py b/setup.py index 977758d..22cd46a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ pass setup(name='pylustrator', - version="0.13.0", + version="0.14.0", description='Adds interactivity to arrange panels in matplotlib', long_description=long_description, url='https://bitbucket.org/fabry_biophysics/pylustrator',