Merge pull request #151 from Routstr/v0.1.1b

⬆️ v0.1.1b
This commit is contained in:
shroominic
2025-08-23 17:21:20 -03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "routstr"
version = "0.1.1"
version = "0.1.1b"
description = "Payment proxy for your LLM endpoint using cashu and nostr."
readme = "README.md"
requires-python = ">=3.11"
+1 -1
View File
@@ -23,7 +23,7 @@ from .middleware import LoggingMiddleware
setup_logging()
logger = get_logger(__name__)
__version__ = "0.1.1"
__version__ = "0.1.1b"
@asynccontextmanager
Generated
+1 -1
View File
@@ -1767,7 +1767,7 @@ wheels = [
[[package]]
name = "routstr"
version = "0.1.1"
version = "0.1.1b"
source = { editable = "." }
dependencies = [
{ name = "aiosqlite" },