We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d551716 commit 91a1636Copy full SHA for 91a1636
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "koi-net"
3
-version = "2.0.3"
+version = "2.0.4"
4
description = "Implementation of KOI-net framework in Python"
5
maintainers = [
6
{ name = "Luke Miller", email = "luke@block.science" }
src/koi_net/components/server.py
@@ -60,7 +60,7 @@ def build_app(self):
60
61
self.app = FastAPI(
62
title="KOI-net Protocol API",
63
- version="1.1.0"
+ version="1.0"
64
)
65
66
self.app.add_middleware(BaseHTTPMiddleware, dispatch=self.logging_middleware)
0 commit comments