Skip to content

Commit 876d78e

Browse files
authored
Merge pull request #187 from morph-data/release/v0.3.1
Merge into develop branch from release/v0.3.1
2 parents 637687f + 8c34420 commit 876d78e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/morph/api/cloud/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from morph.constants import MorphConstant
99
from morph.task.utils.morph import find_project_root_dir
1010

11-
MORPH_API_BASE_URL = "https://api.morph-data.io/v0"
11+
MORPH_API_BASE_URL = "https://api.squadbase.dev/v0"
1212

1313

1414
def validate_project_id(method):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "morph-data"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Morph is a python-centric full-stack framework for building and deploying data apps."
55
authors = ["Morph <contact@morphdb.io>"]
66
packages = [

0 commit comments

Comments
 (0)