Skip to content

Commit

Permalink
run: versioneer install --vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Oct 25, 2023
1 parent 4879e7b commit 503554b
Show file tree
Hide file tree
Showing 2 changed files with 250 additions and 88 deletions.
5 changes: 2 additions & 3 deletions src/wormhole_mailbox_server/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

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 503554b

Please sign in to comment.