We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27bcb8 commit f70721fCopy full SHA for f70721f
1 file changed
pythonhere/__init__.py
@@ -2,6 +2,7 @@
2
from herethere.magic import load_ipython_extension
3
4
from .magic_here import shortcuts # noqa
5
+from .version_here import __version__ # noqa
6
7
8
__all__ = ("load_ipython_extension",)
0 commit comments