From 9ab269dd8fa3dde826c4809ffef214bcbe5224a6 Mon Sep 17 00:00:00 2001 From: Shroominic Date: Mon, 15 Sep 2025 17:55:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20v0.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/overview.md | 2 +- docs/contributing/code-structure.md | 2 +- docs/getting-started/quickstart.md | 2 +- pyproject.toml | 2 +- routstr/core/main.py | 2 +- uv.lock | 8 ++++---- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/api/overview.md b/docs/api/overview.md index a09ccc21..47abbd7a 100644 --- a/docs/api/overview.md +++ b/docs/api/overview.md @@ -347,7 +347,7 @@ GET /health Response: { "status": "healthy", - "version": "0.1.2", + "version": "0.1.3", "timestamp": "2024-01-01T00:00:00Z", "checks": { "database": "ok", diff --git a/docs/contributing/code-structure.md b/docs/contributing/code-structure.md index e1ff26ee..4b141b20 100644 --- a/docs/contributing/code-structure.md +++ b/docs/contributing/code-structure.md @@ -348,7 +348,7 @@ Project metadata and dependencies: ```toml [project] name = "routstr" -version = "0.1.2" +version = "0.1.3" dependencies = [ "fastapi[standard]>=0.115", "sqlmodel>=0.0.24", diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index 0ef96c02..e179adcb 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -67,7 +67,7 @@ You should see: { "name": "ARoutstrNode", "description": "A Routstr Node", - "version": "0.1.2", + "version": "0.1.3", "npub": "", "mints": ["https://mint.minibits.cash/Bitcoin"], "models": {...} diff --git a/pyproject.toml b/pyproject.toml index a7078f19..080f1d90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "routstr" -version = "0.1.2" +version = "0.1.3" description = "Payment proxy for your LLM endpoint using cashu and nostr." readme = "README.md" requires-python = ">=3.11" diff --git a/routstr/core/main.py b/routstr/core/main.py index eb1515a9..b73b21b5 100644 --- a/routstr/core/main.py +++ b/routstr/core/main.py @@ -30,7 +30,7 @@ from .settings import settings as global_settings setup_logging() logger = get_logger(__name__) -__version__ = "0.1.3-dev" +__version__ = "0.1.3" @asynccontextmanager diff --git a/uv.lock b/uv.lock index a8747e59..f21b9dc8 100644 --- a/uv.lock +++ b/uv.lock @@ -1204,11 +1204,11 @@ wheels = [ [[package]] name = "mdurl" -version = "0.1.2" +version = "0.1.3" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729 } +sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.3.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729 } wheels = [ - { url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979 }, + { url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.3-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979 }, ] [[package]] @@ -1783,7 +1783,7 @@ wheels = [ [[package]] name = "routstr" -version = "0.1.2" +version = "0.1.3" source = { editable = "." } dependencies = [ { name = "aiosqlite" },