Skip to content

Commit

Permalink
Upgraded to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amitripshtos committed May 23, 2020
1 parent 4f26873 commit 7fa934e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setup(
name='starlette_jwt',
version='0.1.7',
version='0.1.8',
description="A JSON Web Token Middleware for Starlette",
long_description=readme,
long_description_content_type="text/markdown",
Expand All @@ -47,6 +47,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8'
],
test_suite='tests',
tests_require=test_requirements,
Expand Down

0 comments on commit 7fa934e

Please sign in to comment.