Skip to content

Commit 1a4c533

Browse files
committed
setup: bump dclab from 0.21.1 to 0.22.0 (DCOR support)
1 parent b7979a5 commit 1a4c533

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2.1.0
22
- feat: basic DCOR support
33
- enh: export event image via context menu in Quick View (#35)
4+
- setup: bump dclab from 0.21.1 to 0.22.0 (DCOR support)
45
2.0.3
56
- setup: bump dclab from 0.20.3 to 0.21.1
67
- docs: add terminology section (#12)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description=description,
2626
long_description=open('README.rst').read() if exists('README.rst') else '',
2727
install_requires=["appdirs",
28-
"dclab>=0.21.1",
28+
"dclab>=0.22.0",
2929
"fcswrite>=0.5.1",
3030
"h5py>=2.8.0",
3131
"numpy>=1.9.0",

0 commit comments

Comments
 (0)