Skip to content

Commit cad7bc8

Browse files
authored
hoist __version__ (#34)
1 parent 037a561 commit cad7bc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest_jupyter/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4+
__all__ = ["__version__"]
5+
6+
from ._version import __version__
47
from .jupyter_core import * # noqa

0 commit comments

Comments
 (0)