From e7555f87de135caf0e4ab995bbb0c9349904d024 Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Wed, 21 Jun 2017 15:41:38 +0200 Subject: [PATCH] Version 3.0.3 --- docs | 2 +- nd2reader/__init__.py | 2 +- setup.py | 2 +- sphinx/conf.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs b/docs index a66323a..459411b 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a66323a33add18fded67c4e41df6312c54d309c9 +Subproject commit 459411b242411ac7e15f9f853f1d4014f47d4739 diff --git a/nd2reader/__init__.py b/nd2reader/__init__.py index f314d89..f3569c8 100644 --- a/nd2reader/__init__.py +++ b/nd2reader/__init__.py @@ -1,4 +1,4 @@ from nd2reader.reader import ND2Reader from nd2reader.legacy import Nd2 -__version__ = '3.0.2' +__version__ = '3.0.3' diff --git a/setup.py b/setup.py index ff797a7..334a222 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '3.0.2' +VERSION = '3.0.3' if __name__ == '__main__': setup( diff --git a/sphinx/conf.py b/sphinx/conf.py index a39e83b..d072258 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -44,9 +44,9 @@ author = 'Ruben Verweij' # built documents. # # The short X.Y version. -version = '3.0.2' +version = '3.0.3' # The full version, including alpha/beta/rc tags. -release = '3.0.2' +release = '3.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.