Skip to content

Commit

Permalink
Merge pull request #183 from mraspaud/update-versioneer
Browse files Browse the repository at this point in the history
Update versioneer
  • Loading branch information
pnuu authored Oct 10, 2023
2 parents 403a13b + 365e92b commit 53cb2dc
Show file tree
Hide file tree
Showing 3 changed files with 1,047 additions and 428 deletions.
6 changes: 3 additions & 3 deletions trollmoves/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""The Trollmoves package."""

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

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

0 comments on commit 53cb2dc

Please sign in to comment.