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 57bb62d commit eacd5af
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 87 deletions.
5 changes: 2 additions & 3 deletions src/wormhole_transit_relay/__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 eacd5af

Please sign in to comment.