Skip to content

Commit 8293b68

Browse files
committed
update version
1 parent 2234a9a commit 8293b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ def collect(self, progress_callback=None):
6464
api_bp = Blueprint("api", __name__, url_prefix="/api")
6565
api = Api(
6666
api_bp,
67-
version="1.0",
68-
title="Camera Capture API",
69-
description="API for managing camera capture and file operations",
67+
version="1.1",
68+
title="OpenHSI Capture API",
69+
description="API for managing OpenHSI capture and file operations",
7070
doc="/apidocs",
7171
swagger_ui_parameters={"docExpansion": "full"},
7272
) # Swagger UI will be at /api/apidocs

0 commit comments

Comments
 (0)