Browse Source

Version 3.0.7

zolfa-add_slices_loading
Ruben Verweij 6 years ago
parent
commit
800fe54ecb
5 changed files with 9 additions and 6 deletions
  1. +1
    -1
      docs
  2. +1
    -1
      nd2reader/__init__.py
  3. +3
    -0
      release.txt
  4. +1
    -1
      setup.py
  5. +3
    -3
      sphinx/conf.py

+ 1
- 1
docs

@ -1 +1 @@
Subproject commit f3f986bb87ac932bc45fc494c7b72fa485848a87
Subproject commit b41ae4f4cfb9e5cf49f4e9c806f0e0f94cbf317c

+ 1
- 1
nd2reader/__init__.py View File

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

+ 3
- 0
release.txt View File

@ -0,0 +1,3 @@
python setup.py sdist bdist_wheel
twine upload dist/*

+ 1
- 1
setup.py View File

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


+ 3
- 3
sphinx/conf.py View File

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


Loading…
Cancel
Save