Skip to content

Commit a75a8f9

Browse files
committed
set version to v0.14.0
1 parent b7dab98 commit a75a8f9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
# built documents.
8989
#
9090
# The short X.Y version.
91-
version = '0.13.0'
91+
version = '0.14.0'
9292
# The full version, including alpha/beta/rc tags.
93-
release = '0.13.0'
93+
release = '0.14.0'
9494

9595
# The language for content autogenerated by Sphinx. Refer to documentation
9696
# for a list of supported languages.

pylustrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
from .lab_colormap import LabColormap
2626
from .helper_functions import loadFigureFromFile as load
2727

28-
__version__ = '0.13.0'
28+
__version__ = '0.14.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
pass
2929

3030
setup(name='pylustrator',
31-
version="0.13.0",
31+
version="0.14.0",
3232
description='Adds interactivity to arrange panels in matplotlib',
3333
long_description=long_description,
3434
url='https://bitbucket.org/fabry_biophysics/pylustrator',

0 commit comments

Comments
 (0)