Skip to content

Commit 59c211f

Browse files
committed
fix: MetaDataMissingError for some data types (qpformat 0.4.3)
1 parent d8038d6 commit 59c211f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.6.1
2+
- fix: MetaDataMissingError for some data types (qpformat 0.4.3)
13
0.6.0
24
- fix: error when removing ROIs that overlap with two ROIs in the
35
background image

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"qpimage",
2121
"qpsphere"]
2222
else:
23-
release_deps = ["qpformat==0.4.2",
24-
"qpimage==0.4.2",
23+
release_deps = ["qpformat==0.4.3",
24+
"qpimage==0.4.3",
2525
"qpsphere==0.4.0",
2626
]
2727

0 commit comments

Comments
 (0)