Skip to content

Commit 4f8cf57

Browse files
author
Ruben Verweij
committed
Version 3.0.7
1 parent f5d9be6 commit 4f8cf57

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs

Submodule docs updated from f3f986b to b41ae4f

nd2reader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from nd2reader.reader import ND2Reader
22
from nd2reader.legacy import Nd2
33

4-
__version__ = '3.0.6'
4+
__version__ = '3.0.7'

release.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python setup.py sdist bdist_wheel
2+
3+
twine upload dist/*

setup.py

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

3-
VERSION = '3.0.6'
3+
VERSION = '3.0.7'
44

55
if __name__ == '__main__':
66
setup(

sphinx/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636

3737
# General information about the project.
3838
project = 'nd2reader'
39-
copyright = '2017, Ruben Verweij'
39+
copyright = '2017 - 2018, Ruben Verweij'
4040
author = 'Ruben Verweij'
4141

4242
# The version info for the project you're documenting, acts as replacement for
4343
# |version| and |release|, also used in various other places throughout the
4444
# built documents.
4545
#
4646
# The short X.Y version.
47-
version = '3.0.6'
47+
version = '3.0.7'
4848
# The full version, including alpha/beta/rc tags.
49-
release = '3.0.6'
49+
release = '3.0.7'
5050

5151
# The language for content autogenerated by Sphinx. Refer to documentation
5252
# for a list of supported languages.

0 commit comments

Comments
 (0)