v0.1.4-dev

This commit is contained in:
Shroominic
2025-09-22 11:11:36 +01:00
parent 4bf02226dc
commit 5fb583be55
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -347,7 +347,7 @@ GET /health
Response:
{
"status": "healthy",
"version": "0.1.3",
"version": "0.1.4",
"timestamp": "2024-01-01T00:00:00Z",
"checks": {
"database": "ok",
+1 -1
View File
@@ -348,7 +348,7 @@ Project metadata and dependencies:
```toml
[project]
name = "routstr"
version = "0.1.3"
version = "0.1.4"
dependencies = [
"fastapi[standard]>=0.115",
"sqlmodel>=0.0.24",
+1 -1
View File
@@ -67,7 +67,7 @@ You should see:
{
"name": "ARoutstrNode",
"description": "A Routstr Node",
"version": "0.1.3",
"version": "0.1.4",
"npub": "",
"mints": ["https://mint.minibits.cash/Bitcoin"],
"models": {...}
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "routstr"
version = "0.1.3"
version = "0.1.4"
description = "Payment proxy for your LLM endpoint using cashu and nostr."
readme = "README.md"
requires-python = ">=3.11"
+1 -1
View File
@@ -30,7 +30,7 @@ from .settings import settings as global_settings
setup_logging()
logger = get_logger(__name__)
__version__ = "0.1.3"
__version__ = "0.1.4-dev"
@asynccontextmanager
Generated
+1 -1
View File
@@ -1783,7 +1783,7 @@ wheels = [
[[package]]
name = "routstr"
version = "0.1.3"
version = "0.1.4"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },