Skip to content

Commit ea63806

Browse files
authored
Update REST API version to 0.0.3 (#244)
1 parent 34a16fc commit ea63806

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/user/reference/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ components:
187187
type: object
188188
info:
189189
title: BlueAPI Control
190-
version: 0.0.2
190+
version: 0.0.3
191191
openapi: 3.0.2
192192
paths:
193193
/devices:

src/blueapi/service/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
WorkerTask,
1818
)
1919

20-
REST_API_VERSION = "0.0.2"
20+
REST_API_VERSION = "0.0.3"
2121

2222

2323
@asynccontextmanager

0 commit comments

Comments
 (0)