Skip to content

Commit f91d4df

Browse files
authored
Increase version
1 parent d4ab6ff commit f91d4df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
root_path="" if PROXY_PATH is None else f"/{PROXY_PATH}",
3333
title="IHR API",
3434
description=description,
35-
version="v1.12",
35+
version="v1.13",
3636
redoc_url=None,
3737
swagger_ui_parameters={ "defaultModelsExpandDepth": -1 }
3838
)
@@ -54,4 +54,4 @@
5454
allow_origins=origins,
5555
allow_methods=["GET"],
5656
allow_headers=["*"],
57-
)
57+
)

0 commit comments

Comments
 (0)