Skip to content
Snippets Groups Projects
Commit e9ffd4ba authored by Ruben Verweij's avatar Ruben Verweij
Browse files

Version 3.0.7

parent 53163826
No related branches found
No related tags found
No related merge requests found
Subproject commit f3f986bb87ac932bc45fc494c7b72fa485848a87
Subproject commit b41ae4f4cfb9e5cf49f4e9c806f0e0f94cbf317c
from nd2reader.reader import ND2Reader
from nd2reader.legacy import Nd2
__version__ = '3.0.6'
__version__ = '3.0.7'
python setup.py sdist bdist_wheel
twine upload dist/*
\ No newline at end of file
from setuptools import setup
VERSION = '3.0.6'
VERSION = '3.0.7'
if __name__ == '__main__':
setup(
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment