Skip to content

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Feb 29, 2024
1 parent 625d586 commit 3a840ce
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions pydsm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
__email__ = '[email protected]'
__all__=[]

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 3a840ce

Please sign in to comment.