We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037a561 commit cad7bc8Copy full SHA for cad7bc8
pytest_jupyter/__init__.py
@@ -1,4 +1,7 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
4
+__all__ = ["__version__"]
5
+
6
+from ._version import __version__
7
from .jupyter_core import * # noqa
0 commit comments