We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a16fc commit ea63806Copy full SHA for ea63806
2 files changed
docs/user/reference/openapi.yaml
@@ -187,7 +187,7 @@ components:
187
type: object
188
info:
189
title: BlueAPI Control
190
- version: 0.0.2
+ version: 0.0.3
191
openapi: 3.0.2
192
paths:
193
/devices:
src/blueapi/service/main.py
@@ -17,7 +17,7 @@
17
WorkerTask,
18
)
19
20
-REST_API_VERSION = "0.0.2"
+REST_API_VERSION = "0.0.3"
21
22
23
@asynccontextmanager
0 commit comments