Browse Source

bumped version to 2.0.2

feature/load_slices
jim 9 years ago
parent
commit
a7ddaadf39
3 changed files with 6 additions and 2 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +1
    -1
      nd2reader/__init__.py
  3. +1
    -1
      setup.py

+ 4
- 0
CHANGELOG.md View File

@ -1,3 +1,7 @@
## [2.0.2] - 2016-01-06
### ADDED
- `Nd2.pixel_microns` gives the width of a pixel
## [2.0.1] - 2016-01-06
### FIXED
- Channel name parsing issue


+ 1
- 1
nd2reader/__init__.py View File

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

+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save