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.
1 parent c1fa0c0 commit 98c4f3fCopy full SHA for 98c4f3f
membit/constants.py
@@ -2,4 +2,4 @@
2
Constants used across the Membit package.
3
"""
4
5
-MEMBIT_API_URL = "https://api-app.membit.ai"
+MEMBIT_API_URL = "https://api.membit.ai/v1"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
6
name = "membit-python"
7
-version = "0.0.1"
+version = "0.0.2"
8
description = "Python client for the Membit API"
9
readme = "README.md"
10
requires-python = ">=3.10"
0 commit comments