Browse Source

Version 3.0.3

feature/load_slices
Ruben Verweij 7 years ago
parent
commit
e7555f87de
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      docs
  2. +1
    -1
      nd2reader/__init__.py
  3. +1
    -1
      setup.py
  4. +2
    -2
      sphinx/conf.py

+ 1
- 1
docs

@ -1 +1 @@
Subproject commit a66323a33add18fded67c4e41df6312c54d309c9
Subproject commit 459411b242411ac7e15f9f853f1d4014f47d4739

+ 1
- 1
nd2reader/__init__.py View File

@ -1,4 +1,4 @@
from nd2reader.reader import ND2Reader
from nd2reader.legacy import Nd2
__version__ = '3.0.2'
__version__ = '3.0.3'

+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = '3.0.2'
VERSION = '3.0.3'
if __name__ == '__main__':
setup(


+ 2
- 2
sphinx/conf.py View File

@ -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.


Loading…
Cancel
Save