Skip to content

Commit

Permalink
increased version number to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
wmelder committed Mar 8, 2024
1 parent 2872d9a commit c1a609c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

SWAGGER_UI_PATH = cfg["SWAGGER_UI_PATH"]

apiVersion = "v0.3"
apiVersion = "v0.9"
base_path = "/"

api = Api(version=apiVersion, doc=SWAGGER_UI_PATH)
Expand Down

0 comments on commit c1a609c

Please sign in to comment.