From c062d4f73007c604cbd7ae40f53972a4d3be7fc7 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Wed, 23 Apr 2025 09:41:16 +0800 Subject: [PATCH] v0.0.1 --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 20e80f6f..a9d11753 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ a reverse proxy that you can plug in front of any openai compatible api endpoint to handle api-key based payments using cashu tokens or bold12 lightning invoices we also want to provice an internal dashboard + - general settings - configure payment methods - request evals diff --git a/pyproject.toml b/pyproject.toml index d5e83e7b..23993fbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "routstr-proxy" -version = "0.1.0" +version = "0.0.1" description = "Payment proxy for your LLM endpoint using cashu and nostr." readme = "README.md" requires-python = ">=3.11"