diff --git a/membit/constants.py b/membit/constants.py index e34c381..b66fdbd 100644 --- a/membit/constants.py +++ b/membit/constants.py @@ -2,4 +2,4 @@ Constants used across the Membit package. """ -MEMBIT_API_URL = "https://api-app.membit.ai" +MEMBIT_API_URL = "https://api.membit.ai/v1" diff --git a/pyproject.toml b/pyproject.toml index 0b8a845..6fd47e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "membit-python" -version = "0.0.1" +version = "0.0.2" description = "Python client for the Membit API" readme = "README.md" requires-python = ">=3.10"