We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 637687f + 8c34420 commit 876d78eCopy full SHA for 876d78e
2 files changed
core/morph/api/cloud/client.py
@@ -8,7 +8,7 @@
8
from morph.constants import MorphConstant
9
from morph.task.utils.morph import find_project_root_dir
10
11
-MORPH_API_BASE_URL = "https://api.morph-data.io/v0"
+MORPH_API_BASE_URL = "https://api.squadbase.dev/v0"
12
13
14
def validate_project_id(method):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "morph-data"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "Morph is a python-centric full-stack framework for building and deploying data apps."
5
authors = ["Morph <contact@morphdb.io>"]
6
packages = [
0 commit comments