Skip to content
Snippets Groups Projects
Commit a7ddaadf authored by jim's avatar jim
Browse files

bumped version to 2.0.2

parent 77475bb3
No related branches found
No related tags found
No related merge requests found
## [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
......
from nd2reader.main import Nd2
__version__ = '2.0.1'
__version__ = '2.0.2'
from setuptools import setup
VERSION = '2.0.1'
VERSION = '2.0.2'
if __name__ == '__main__':
setup(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment