Skip to content

Commit

Permalink
rename main implementation, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dorinclisu committed Feb 27, 2021
1 parent b6a3079 commit cf1dec8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name='fastapi-auth0',
version='0.1.3',
version='0.1.4',
description='Easy auth0.com integration for FastAPI',
long_description=readme,
long_description_content_type='text/markdown',
Expand Down
4 changes: 2 additions & 2 deletions src/fastapi_auth0/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .__main__ import Auth0, Auth0User, Auth0UnauthenticatedError, Auth0UnauthorizedError
from .__main__ import security_responses, auth0_rule_namespace
from .auth import Auth0, Auth0User, Auth0UnauthenticatedError, Auth0UnauthorizedError
from .auth import security_responses, auth0_rule_namespace
File renamed without changes.

0 comments on commit cf1dec8

Please sign in to comment.