Skip to content

Commit

Permalink
Expose __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 12, 2019
1 parent b9a7faf commit 176b669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions voila/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# The full license is in the file LICENSE, distributed with this software. #
#############################################################################

from ._version import __version__ # noqa


def _jupyter_nbextension_paths():
return [dict(
Expand Down

0 comments on commit 176b669

Please sign in to comment.