Skip to content

Commit

Permalink
Remove duplicate __version__.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Apr 9, 2024
1 parent f1d4223 commit de627b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/BioSimSpace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,6 @@ def _isVerbose():
from . import Types
from . import Units

from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions

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

0 comments on commit de627b9

Please sign in to comment.