Skip to content

Commit

Permalink
set version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Randrian committed Aug 2, 2018
1 parent 5f4cd6d commit 297450a
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 @@ -75,9 +75,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.0'
version = '0.8.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.0'
release = '0.8.1'

# 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 @@ -4,4 +4,4 @@
from .QtGui import initialize as StartColorChooser
from .lab_colormap import LabColormap

__version__ = '0.8.0'
__version__ = '0.8.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='pylustrator',
version="0.8.0",
version="0.8.1",
description='Adds interactivity to arrange panels in matplotlib',
long_description=open('readme.rst').read(),
url='https://bitbucket.org/fabry_biophysics/pylustrator',
Expand Down

0 comments on commit 297450a

Please sign in to comment.