diff --git a/fastlabel/__init__.py b/fastlabel/__init__.py index 4f3b7a0..f4ce5e9 100644 --- a/fastlabel/__init__.py +++ b/fastlabel/__init__.py @@ -7,7 +7,7 @@ logger = getLogger(__name__) -APP_BASE_URL = "https://app.fastlabel.ai/projects/" +APP_BASE_URL = "https://prod.fastlabel.ai/projects/" FASTLABEL_ENDPOINT = "https://api-fastlabel-production.web.app/api/v1/" diff --git a/setup.py b/setup.py index 90d22ea..8231a72 100644 --- a/setup.py +++ b/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", description="The official Python SDK for FastLabel API, the Data Platform for AI",