Skip to content

Commit

Permalink
make the version importable
Browse files Browse the repository at this point in the history
so that you can do `print(dash_auth.__version__)`
  • Loading branch information
chriddyp committed Oct 2, 2017
1 parent ca796f0 commit c6cf21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dash_auth/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import absolute_import
from .plotly_auth import PlotlyAuth # noqa: F401
from .basic_auth import BasicAuth # noqa: F401
from .version import __version__ # noqa: F401

0 comments on commit c6cf21d

Please sign in to comment.