Browse Source

bumped version to 2.0.1

zolfa-add_slices_loading
jim 8 years ago
parent
commit
4aa5a97e80
3 changed files with 7 additions and 2 deletions
  1. +5
    -0
      CHANGELOG.md
  2. +1
    -1
      nd2reader/__init__.py
  3. +1
    -1
      setup.py

+ 5
- 0
CHANGELOG.md View File

@ -1,3 +1,8 @@
## [2.0.1] - 2016-01-06
### FIXED
- Channel name parsing issue
- `select` method works for files with a single frame
## [2.0.0] - 2015-12-20
### ADDED
- `select()` method to rapidly iterate over a subset of images matching certain criteria


+ 1
- 1
nd2reader/__init__.py View File

@ -1,3 +1,3 @@
from nd2reader.main import Nd2
__version__ = '2.0.0'
__version__ = '2.0.1'

+ 1
- 1
setup.py View File

@ -1,6 +1,6 @@
from setuptools import setup
VERSION = '2.0.0'
VERSION = '2.0.1'
if __name__ == '__main__':
setup(


Loading…
Cancel
Save