Skip to content

Commit 1ff86b7

Browse files
committed
Version bump
1 parent 068adad commit 1ff86b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

superannotate/db/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ def __upload_images_to_aws_thread(
664664
if i >= len_img_paths:
665665
break
666666
path = img_paths[i]
667+
tried_upload[thread_id].append(path)
667668
try:
668669
if from_s3_bucket is not None:
669670
file = io.BytesIO()
@@ -704,7 +705,6 @@ def __upload_images_to_aws_thread(
704705
uploaded[thread_id] += uploaded_imgs
705706
uploaded_imgs = []
706707
uploaded_imgs_info = ([], [], [])
707-
tried_upload[thread_id].append(path)
708708
try:
709709
__create_image(
710710
uploaded_imgs_info[0], uploaded_imgs_info[1], project,

superannotate/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0b1"
1+
__version__ = "4.0.0b2"

0 commit comments

Comments
 (0)