From 83d69b922029c4c6f326ba374a2490961b8a713d Mon Sep 17 00:00:00 2001 From: serversdown Date: Mon, 11 May 2026 21:40:18 +0000 Subject: [PATCH] chore(server): update inline version to 0.16.0 --- sfm/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfm/server.py b/sfm/server.py index a7b8cae..772f922 100644 --- a/sfm/server.py +++ b/sfm/server.py @@ -86,7 +86,7 @@ app = FastAPI( "Implements the minimateplus RS-232 protocol library.\n" "Proxied by terra-view at /api/sfm/*." ), - version="0.1.0", + version="0.16.0", ) # Allow requests from the waveform viewer opened as a local file (file://)