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

Version 3.2.0

parent 8f8a3aff
Branches
Tags
No related merge requests found
Subproject commit a91d9a4aff3f867ccdfae31d63e82be78000a0d9
Subproject commit e8e0d21ccc8121fc30e1296a05dadb8aa9e22efa
from setuptools import setup
VERSION = '3.1.0'
VERSION = '3.2.0'
if __name__ == '__main__':
setup(
......@@ -15,7 +15,7 @@ if __name__ == '__main__':
version=VERSION,
description='A tool for reading ND2 files produced by NIS Elements',
author='Ruben Verweij',
author_email='verweij@physics.leidenuniv.nl',
author_email='ruben@lighthacking.nl',
url='https://github.com/rbnvrw/nd2reader',
download_url='https://github.com/rbnvrw/nd2reader/tarball/%s' % VERSION,
keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'],
......
......@@ -36,7 +36,7 @@ master_doc = 'index'
# General information about the project.
project = 'nd2reader'
copyright = '2017 - 2018, Ruben Verweij'
copyright = '2017 - 2019, 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.1.0'
version = '3.2.0'
# The full version, including alpha/beta/rc tags.
release = '3.1.0'
release = '3.2.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......@@ -80,7 +80,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
#
html_theme_options = {
'navbar_links': [
("Lighthacking Blog", "http://lighthacking.nl", True),
("Lighthacking", "http://lighthacking.nl", True),
],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment