Skip to content

Commit

Permalink
fix version in init
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Nov 15, 2022
1 parent c4a163f commit dd619e1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mlcvs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,4 @@
from .lda import *
from .tica import *

# Handle versioneer
from ._version import get_versions
versions = get_versions()
__version__ = versions['version']
__git_revision__ = versions['full-revisionid']
del get_versions, versions
from ._version import __version__

0 comments on commit dd619e1

Please sign in to comment.