Skip to content

Commit

Permalink
setup: bump shapeout from 0.9.6.post6 to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Dec 20, 2019
1 parent b111413 commit 72e1d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.4.1
- setup: bump shapeout from 0.9.6.post6 to 0.9.8
0.4.0
- feat: automatically check for updates on startup
- fix: remove output files when an error occured during conversion (#2)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=[# pin DCKit to a specific version of Shape-Out and dclab
"shapeout==0.9.6.post6",
"shapeout==0.9.8",
"dclab[all]==0.20.0",
"h5py>=2.8.0",
"pyqt5",
Expand Down

0 comments on commit 72e1d7d

Please sign in to comment.