Skip to content

Commit

Permalink
Bumped version and fixed a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dusktreader committed Oct 6, 2024
1 parent 260da72 commit 0f3776d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ from fastapi import FastAPI, Depends

app = FastAPI()
armasec = Armasec(
os.environ.get("ARMASEC_DOMAIN"),
domain=os.environ.get("ARMASEC_DOMAIN"),
audience=os.environ.get("ARMASEC_AUDIENCE"),
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "armasec"
version = "2.0.1"
version = "2.0.2"
description = "Injectable FastAPI auth via OIDC"
authors = ["Omnivector Engineering Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0f3776d

Please sign in to comment.