Skip to content

Commit

Permalink
Update to version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben Verweij committed Jan 15, 2025
1 parent 23b4c8c commit 8b7bc13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs
Submodule docs updated from 42dbfd to d10793
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = '3.3.0'
VERSION = '3.3.1'

if __name__ == '__main__':
setup(
Expand All @@ -16,8 +16,8 @@
version=VERSION,
description='A tool for reading ND2 files produced by NIS Elements',
author='Ruben Verweij',
author_email='ruben@lighthacking.nl',
url='https://github.com/rbnvrw/nd2reader',
author_email='ruben@kedara.nl',
url='https://open-science-tools.github.io/nd2reader/',
download_url='https://github.com/rbnvrw/nd2reader/tarball/%s' % VERSION,
keywords=['nd2', 'nikon', 'microscopy', 'NIS Elements'],
classifiers=['Development Status :: 5 - Production/Stable',
Expand Down
4 changes: 2 additions & 2 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

# General information about the project.
project = 'nd2reader'
copyright = '2017 - 2019, Ruben Verweij'
copyright = '2017 - 2024, Ruben Verweij'
author = 'Ruben Verweij'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -81,7 +81,7 @@
#
html_theme_options = {
'navbar_links': [
("Lighthacking", "http://lighthacking.nl", True),

],
}

Expand Down

0 comments on commit 8b7bc13

Please sign in to comment.