Skip to content

Commit

Permalink
Merge pull request #65 from johngian/0.1.5
Browse files Browse the repository at this point in the history
Fix version variable name.
  • Loading branch information
johngian committed Nov 28, 2016
2 parents e525dc2 + 4666f93 commit 615d139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from distutils.core import setup


from mozilla_django_oidc import VERSION
from mozilla_django_oidc import __version__ as VERSION


if sys.argv[-1] == 'publish':
Expand Down

0 comments on commit 615d139

Please sign in to comment.