Skip to content

Commit

Permalink
update to python 312
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Mar 4, 2024
1 parent fd9e19f commit d67d090
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 d67d090

Please sign in to comment.