This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
nd2reader
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Bump version number to reflect api changes
master
Ruben Verweij
8 years ago
parent
e5e0e8825b
commit
7bbdb0ec7c
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
nd2reader/__init__.py
+1
-0
nd2reader/reader.py
+1
-1
setup.py
+ 1
- 1
nd2reader/__init__.py
View File
@ -1,4 +1,4 @@
from
nd2reader.reader
import
ND2Reader
from
nd2reader.legacy
import
Nd2
__version__
=
'
2.1.3
'
__version__
=
'
3.0.0
'
+ 1
- 0
nd2reader/reader.py
View File
@ -9,6 +9,7 @@ class ND2Reader(FramesSequenceND):
"""
def
__init__
(
self
,
filename
)
:
super
(
self
.
__class__
,
self
)
.
__init__
(
)
self
.
filename
=
filename
# first use the parser to parse the file
+ 1
- 1
setup.py
View File
@ -1,6 +1,6 @@
from
setuptools
import
setup
VERSION
=
'
2.1.3
'
VERSION
=
'
3.0.0
'
if
__name__
==
'
__main__
'
:
setup
(
Write
Preview
Loading…
Cancel
Save