Skip to content

Commit

Permalink
update version no
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesholcombe committed Jul 15, 2023
1 parent 0f13cee commit c6f8178
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@
NAME = "dash-auth-external"

this_directory = Path(__file__).parent
long_description = (
description = (
"Integrate your dashboards with 3rd party APIs and external OAuth providers."
)

with open(this_directory / "README.md", encoding="utf-8") as f:
long_description = f.read()



requires = ["dash >= 2.0.0", "requests >= 1.0.0", "requests-oauthlib >= 0.3.0"]

setup(
name=NAME,
version="1.1.0",
description=long_description,
version="1.2.0",
description=description,
python_requires=">=3.7",
author_email="[email protected]",
url="https://github.com/jamesholcombe/dash-auth-external",
Expand Down

0 comments on commit c6f8178

Please sign in to comment.