Skip to content

Commit

Permalink
set version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerum committed Feb 19, 2020
1 parent b7dab98 commit a75a8f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pylustrator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .lab_colormap import LabColormap
from .helper_functions import loadFigureFromFile as load

__version__ = '0.13.0'
__version__ = '0.14.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a75a8f9

Please sign in to comment.