We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents facf9d6 + 2128af8 commit 98e7ef4Copy full SHA for 98e7ef4
3 files changed
spaceplot/__init__.py
@@ -7,9 +7,8 @@
7
from matplotlib.gridspec import GridSpec as _GridSpec
8
from matplotlib.pyplot import figure as _figure
9
10
-from ._version import get_versions
11
-__version__ = get_versions()['version']
12
-del get_versions
+from . import _version
+__version__ = _version.get_versions()['version']
13
14
15
def spaceplots(
0 commit comments