Skip to content

Commit

Permalink
Updated to version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
amitripshtos committed Oct 20, 2020
1 parent 58eaaed commit e300a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 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.8',
version='0.1.9',
description="A JSON Web Token Middleware for Starlette",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion starlette_jwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .middleware import JWTAuthenticationBackend, JWTUser

__author__ = """Amit Ripshtos"""
__version__ = '0.1.0'
__version__ = '0.1.9'

__all__ = ['JWTAuthenticationBackend', 'JWTUser']

0 comments on commit e300a0f

Please sign in to comment.