Skip to content

Commit

Permalink
Fix name of package.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed May 16, 2021
1 parent 349870a commit 927ee5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest_framework_simplejwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pkg_resources import get_distribution, DistributionNotFound

try:
__version__ = get_distribution("django-rest-framework-simplejwt").version
__version__ = get_distribution("djangorestframework_simplejwt").version
except DistributionNotFound:
# package is not installed
__version__ = None

0 comments on commit 927ee5e

Please sign in to comment.