Skip to content

Commit

Permalink
- v2.0.0 bump
Browse files Browse the repository at this point in the history
- Add URL to image in README, for PyPI
  • Loading branch information
JonasKs committed Aug 18, 2021
1 parent 3e585b4 commit 2302cef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img src=".github/images/intility.png" width="124px"/><br/>
<img src="https://raw.githubusercontent.com/Intility/fastapi-azure-auth/remove_app_from_init/.github/images/intility.png" width="124px"/><br/>
FastAPI-Azure-auth
</h1>

Expand Down
2 changes: 1 addition & 1 deletion fastapi_azure_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.1'
__version__ = '2.0.0'
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 = "fastapi-azure-auth"
version = "1.1.1" # Remember to change in __init__.py as well
version = "2.0.0" # Remember to change in __init__.py as well
description = "Easy and secure implementation of Azure AD for your FastAPI APIs"
authors = ["Jonas Krüger Svensson <jonas.svensson@intility.no>"]
readme = "README.md"
Expand Down

0 comments on commit 2302cef

Please sign in to comment.