Skip to content

Commit

Permalink
Merge pull request #59 from lunakv/v0.4.0
Browse files Browse the repository at this point in the history
0.4.0 release
  • Loading branch information
lunakv authored Jun 24, 2023
2 parents fe1d453 + 19cfd0a commit c65e7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

app = FastAPI(
title=strings.title,
version="0.3.0",
version="0.4.0",
description=strings.description,
openapi_tags=strings.tag_dicts,
license_info=strings.license_info,
Expand Down

0 comments on commit c65e7ce

Please sign in to comment.