Skip to content

Commit 91a1636

Browse files
committed
updated KOI-net protocol version on FastAPI server
1 parent d551716 commit 91a1636

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "koi-net"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Implementation of KOI-net framework in Python"
55
maintainers = [
66
{ name = "Luke Miller", email = "luke@block.science" }

src/koi_net/components/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def build_app(self):
6060

6161
self.app = FastAPI(
6262
title="KOI-net Protocol API",
63-
version="1.1.0"
63+
version="1.0"
6464
)
6565

6666
self.app.add_middleware(BaseHTTPMiddleware, dispatch=self.logging_middleware)

0 commit comments

Comments
 (0)