Skip to content

Commit cb821a1

Browse files
committed
Merge remote-tracking branch 'origin/master' into folder_structure2
2 parents 3467e2e + f39518d commit cb821a1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

superannotate/version.py

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

tests/test_upload_images_from_public_urls.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
from pathlib import Path
2-
import superannotate as sa
3-
4-
sa.init(Path.home() / ".superannotate" / "config.json")
52

6-
test_root = Path().resolve() / 'tests'
3+
import superannotate as sa
74

85

96
def test_upload_images_from_public_urls_to_project():
10-
PROJECT_NAME = 'test_public_links_upload'
7+
PROJECT_NAME = 'test_public_links_upload1'
118

129
test_img_list = [
1310
'https://images.pexels.com/photos/3702354/pexels-photo-3702354.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940',

0 commit comments

Comments
 (0)