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

Version 3.1.0

parent 7b15150b
No related branches found
No related tags found
No related merge requests found
from nd2reader.reader import ND2Reader from nd2reader.reader import ND2Reader
from nd2reader.legacy import Nd2 from nd2reader.legacy import Nd2
__version__ = '3.0.9' __version__ = '3.1.0'
from setuptools import setup from setuptools import setup
VERSION = '3.0.9' VERSION = '3.1.0'
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.9' version = '3.1.0'
# The full version, including alpha/beta/rc tags. # 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 # 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