Skip to content

Commit

Permalink
refactor: version
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcanay committed Jun 12, 2024
1 parent 21b5a56 commit d20c029
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/api/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="PDATAVIEWER API",
description="API interface to access programmatic functionalities of PDATAVIEWER",
version="0.0.1",
version="0.0.2",
terms_of_service="https://www.scai.fraunhofer.de",
contact={
"name": "Dr. Marc Jacobs",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d20c029

Please sign in to comment.