Skip to content

Commit

Permalink
Update API version
Browse files Browse the repository at this point in the history
  • Loading branch information
lunakv committed Feb 16, 2025
1 parent 7628fc8 commit fde8641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ skip_gitignore = true

[tool.poetry]
name = "academyruins-api"
version = "0.5.1"
version = "0.7.0"
description = ""
authors = ["Václav Luňák < >"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

0 comments on commit fde8641

Please sign in to comment.