Skip to content

Commit f70721f

Browse files
committed
expose package version
1 parent f27bcb8 commit f70721f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonhere/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from herethere.magic import load_ipython_extension
33

44
from .magic_here import shortcuts # noqa
5+
from .version_here import __version__ # noqa
56

67

78
__all__ = ("load_ipython_extension",)

0 commit comments

Comments
 (0)