diff --git a/docs b/docs index a53b089..438ef09 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit a53b0896b2212279b8bb3fa890a3711911548555 +Subproject commit 438ef091834dbeab162f0255ff81db3396623b2a diff --git a/nd2reader/__init__.py b/nd2reader/__init__.py index ef4d398..eb2f484 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.4' +__version__ = '3.0.5' diff --git a/setup.py b/setup.py index e91914f..5d48b11 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '3.0.4' +VERSION = '3.0.5' if __name__ == '__main__': setup( diff --git a/sphinx/conf.py b/sphinx/conf.py index 5fe3209..1c618a2 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.4' +version = '3.0.5' # The full version, including alpha/beta/rc tags. -release = '3.0.4' +release = '3.0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.