Browse Source

Version 3.1.0

zolfa-add_slices_loading
Ruben Verweij 6 years ago
parent
commit
bc2f5a96f6
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      nd2reader/__init__.py
  2. +1
    -1
      setup.py
  3. +2
    -2
      sphinx/conf.py

+ 1
- 1
nd2reader/__init__.py View File

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

+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = '3.0.9'
VERSION = '3.1.0'
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.9'
version = '3.1.0'
# The full version, including alpha/beta/rc tags.
release = '3.0.9'
release = '3.1.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.


Loading…
Cancel
Save