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
fixed error where non-deleted fields of view woudn't work
master
jim
10 years ago
parent
01783026f8
commit
c61f6f0b26
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.py
+ 1
- 1
setup.py
View File
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"
nd2reader
"
,
packages
=
find_packages
(
)
,
version
=
"
0.9.
0
"
,
version
=
"
0.9.
5
"
,
install_requires
=
[
'
numpy
'
,
]
,
Write
Preview
Loading…
Cancel
Save