Skip to content

Commit

Permalink
Merge pull request #74 from grillazz/73-python-312
Browse files Browse the repository at this point in the history
update to python 312
  • Loading branch information
grillazz authored Mar 4, 2024
2 parents fd9e19f + d67d090 commit 029a1c4
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 @@ -9,7 +9,7 @@

logger = AppLogger().get_logger()

app = FastAPI(title="ChemCompoundsAPI", version="0.0.0")
app = FastAPI(title="ChemCompoundsAPI", version="0.1.0")
app.include_router(smiles_router)


Expand Down

0 comments on commit 029a1c4

Please sign in to comment.