Skip to content

Commit 96942a0

Browse files
authored
Merge pull request #8 from fastlabel/develop
merge develop to main
2 parents 1f12053 + 5999437 commit 96942a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fastlabel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
logger = getLogger(__name__)
99

10-
APP_BASE_URL = "https://app.fastlabel.ai/projects/"
10+
APP_BASE_URL = "https://prod.fastlabel.ai/projects/"
1111
FASTLABEL_ENDPOINT = "https://api-fastlabel-production.web.app/api/v1/"
1212

1313

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="fastlabel",
11-
version="0.2.1",
11+
version="0.2.2",
1212
author="eisuke-ueta",
1313
author_email="eisuke.ueta@fastlabel.ai",
1414
description="The official Python SDK for FastLabel API, the Data Platform for AI",

0 commit comments

Comments
 (0)