We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f12053 + 5999437 commit 96942a0Copy full SHA for 96942a0
fastlabel/__init__.py
@@ -7,7 +7,7 @@
7
8
logger = getLogger(__name__)
9
10
-APP_BASE_URL = "https://app.fastlabel.ai/projects/"
+APP_BASE_URL = "https://prod.fastlabel.ai/projects/"
11
FASTLABEL_ENDPOINT = "https://api-fastlabel-production.web.app/api/v1/"
12
13
setup.py
@@ -8,7 +8,7 @@
setuptools.setup(
name="fastlabel",
- version="0.2.1",
+ version="0.2.2",
author="eisuke-ueta",
author_email="eisuke.ueta@fastlabel.ai",
14
description="The official Python SDK for FastLabel API, the Data Platform for AI",
0 commit comments