Skip to content

Commit 8b7bc13

Browse files
committed
Update to version 3.3.1
1 parent 23b4c8c commit 8b7bc13

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs

Submodule docs updated from 42dbfdf to d10793d

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
VERSION = '3.3.0'
3+
VERSION = '3.3.1'
44

55
if __name__ == '__main__':
66
setup(
@@ -16,8 +16,8 @@
1616
version=VERSION,
1717
description='A tool for reading ND2 files produced by NIS Elements',
1818
author='Ruben Verweij',
19-
author_email='ruben@lighthacking.nl',
20-
url='https://github.com/rbnvrw/nd2reader',
19+
author_email='ruben@kedara.nl',
20+
url='https://open-science-tools.github.io/nd2reader/',
2121
download_url='https://github.com/rbnvrw/nd2reader/tarball/%s' % VERSION,
2222
keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'],
2323
classifiers=['Development Status :: 5 - Production/Stable',

sphinx/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# General information about the project.
3939
project = 'nd2reader'
40-
copyright = '2017 - 2019, Ruben Verweij'
40+
copyright = '2017 - 2024, Ruben Verweij'
4141
author = 'Ruben Verweij'
4242

4343
# The version info for the project you're documenting, acts as replacement for
@@ -81,7 +81,7 @@
8181
#
8282
html_theme_options = {
8383
'navbar_links': [
84-
("Lighthacking", "http://lighthacking.nl", True),
84+
8585
],
8686
}
8787

0 commit comments

Comments
 (0)