diff --git a/pyproject.toml b/pyproject.toml index dcdf4844..c228c9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "routstr" -version = "0.4.1" +version = "0.4.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 e959086c..05d4c615 100644 --- a/routstr/core/main.py +++ b/routstr/core/main.py @@ -36,9 +36,9 @@ setup_logging() logger = get_logger(__name__) if os.getenv("VERSION_SUFFIX") is not None: - __version__ = f"0.4.1-{os.getenv('VERSION_SUFFIX')}" + __version__ = f"0.4.3-{os.getenv('VERSION_SUFFIX')}" else: - __version__ = "0.4.1" + __version__ = "0.4.3" @asynccontextmanager diff --git a/uv.lock b/uv.lock index ae50a90e..2be12f91 100644 --- a/uv.lock +++ b/uv.lock @@ -1878,7 +1878,7 @@ wheels = [ [[package]] name = "routstr" -version = "0.4.1" +version = "0.4.3" source = { editable = "." } dependencies = [ { name = "aiosqlite" },