Browse Source

Version 3.0.5

feature/load_slices
Ruben Verweij 7 years ago
parent
commit
847f1f3517
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 a53b0896b2212279b8bb3fa890a3711911548555
Subproject commit 438ef091834dbeab162f0255ff81db3396623b2a

+ 1
- 1
nd2reader/__init__.py View File

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

+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = '3.0.4'
VERSION = '3.0.5'
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.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.


Loading…
Cancel
Save