Skip to content

Commit

Permalink
Fix versioneer import in __init__ module
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 2, 2018
1 parent fed5660 commit 714363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trollsift/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

from .parser import *

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

0 comments on commit 714363d

Please sign in to comment.