Skip to content

Commit

Permalink
Merge pull request #61 from aragilar/update-versioneer
Browse files Browse the repository at this point in the history
Update versioneer
  • Loading branch information
aragilar authored Jul 14, 2024
2 parents facf9d6 + 2128af8 commit 98e7ef4
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions spaceplot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
from matplotlib.gridspec import GridSpec as _GridSpec
from matplotlib.pyplot import figure as _figure

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']


def spaceplots(
Expand Down
Loading

0 comments on commit 98e7ef4

Please sign in to comment.