Skip to content

Commit 394bfe1

Browse files
committed
⬆️ v0.1.1b
1 parent f66e83d commit 394bfe1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "routstr"
3-
version = "0.1.1"
3+
version = "0.1.1b"
44
description = "Payment proxy for your LLM endpoint using cashu and nostr."
55
readme = "README.md"
66
requires-python = ">=3.11"

routstr/core/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup_logging()
2424
logger = get_logger(__name__)
2525

26-
__version__ = "0.1.1"
26+
__version__ = "0.1.1b"
2727

2828

2929
@asynccontextmanager

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)