Skip to content

Commit

Permalink
specify the auth version, and bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
verdan authored Mar 21, 2022
1 parent 5154b64 commit 8025a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
long_description = f.read()

__version__ = "1.1.0"
__version__ = "1.1.1"

setup(
name="flaskoidc",
Expand Down

0 comments on commit 8025a8d

Please sign in to comment.