Skip to content

Commit 297450a

Browse files
author
Randrian
committed
set version to 0.8.1
1 parent 5f4cd6d commit 297450a

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
@@ -75,9 +75,9 @@
7575
# built documents.
7676
#
7777
# The short X.Y version.
78-
version = '0.8.0'
78+
version = '0.8.1'
7979
# The full version, including alpha/beta/rc tags.
80-
release = '0.8.0'
80+
release = '0.8.1'
8181

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

pylustrator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .QtGui import initialize as StartColorChooser
55
from .lab_colormap import LabColormap
66

7-
__version__ = '0.8.0'
7+
__version__ = '0.8.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='pylustrator',
4-
version="0.8.0",
4+
version="0.8.1",
55
description='Adds interactivity to arrange panels in matplotlib',
66
long_description=open('readme.rst').read(),
77
url='https://bitbucket.org/fabry_biophysics/pylustrator',

0 commit comments

Comments
 (0)