diff --git a/docs b/docs index f3f986b..b41ae4f 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit f3f986bb87ac932bc45fc494c7b72fa485848a87 +Subproject commit b41ae4f4cfb9e5cf49f4e9c806f0e0f94cbf317c diff --git a/nd2reader/__init__.py b/nd2reader/__init__.py index 8ecf552..f89d1f6 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.6' +__version__ = '3.0.7' diff --git a/release.txt b/release.txt new file mode 100644 index 0000000..6c27af6 --- /dev/null +++ b/release.txt @@ -0,0 +1,3 @@ +python setup.py sdist bdist_wheel + +twine upload dist/* \ No newline at end of file diff --git a/setup.py b/setup.py index 77a3fa2..a1078fb 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = '3.0.6' +VERSION = '3.0.7' if __name__ == '__main__': setup( diff --git a/sphinx/conf.py b/sphinx/conf.py index fc42bf5..43a061c 100644 --- a/sphinx/conf.py +++ b/sphinx/conf.py @@ -36,7 +36,7 @@ master_doc = 'index' # General information about the project. project = 'nd2reader' -copyright = '2017, Ruben Verweij' +copyright = '2017 - 2018, Ruben Verweij' author = 'Ruben Verweij' # The version info for the project you're documenting, acts as replacement for @@ -44,9 +44,9 @@ author = 'Ruben Verweij' # built documents. # # The short X.Y version. -version = '3.0.6' +version = '3.0.7' # The full version, including alpha/beta/rc tags. -release = '3.0.6' +release = '3.0.7' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.