Skip to content

Commit 98c4f3f

Browse files
authored
Change membit api url (#2)
* change to api.membit.ai/v1 * update version
1 parent c1fa0c0 commit 98c4f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

membit/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Constants used across the Membit package.
33
"""
44

5-
MEMBIT_API_URL = "https://api-app.membit.ai"
5+
MEMBIT_API_URL = "https://api.membit.ai/v1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "membit-python"
7-
version = "0.0.1"
7+
version = "0.0.2"
88
description = "Python client for the Membit API"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)