Browse Source

fixed error where non-deleted fields of view woudn't work

zolfa-add_slices_loading
jim 10 years ago
parent
commit
c61f6f0b26
1 changed files with 1 additions and 1 deletions
  1. +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',
],


Loading…
Cancel
Save