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

Version 3.0.3

parent f5301c03
No related branches found
No related tags found
No related merge requests found
Subproject commit a66323a33add18fded67c4e41df6312c54d309c9 Subproject commit 459411b242411ac7e15f9f853f1d4014f47d4739
from nd2reader.reader import ND2Reader from nd2reader.reader import ND2Reader
from nd2reader.legacy import Nd2 from nd2reader.legacy import Nd2
__version__ = '3.0.2' __version__ = '3.0.3'
from setuptools import setup from setuptools import setup
VERSION = '3.0.2' VERSION = '3.0.3'
if __name__ == '__main__': if __name__ == '__main__':
setup( setup(
......
...@@ -44,9 +44,9 @@ author = 'Ruben Verweij' ...@@ -44,9 +44,9 @@ author = 'Ruben Verweij'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.0.2' version = '3.0.3'
# The full version, including alpha/beta/rc tags. # 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 # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # 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