Skip to content

Commit

Permalink
Merge pull request #79 from jtpio/expose-version
Browse files Browse the repository at this point in the history
Expose __version__
  • Loading branch information
maartenbreddels authored Mar 14, 2019
2 parents b9a7faf + 176b669 commit 299af5e
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 299af5e

Please sign in to comment.