Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 5, 2024
1 parent fcb46f9 commit be782be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evrec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__version__ = version("evrec")

try:
from evrec.buildinfo import __commit__, __timestamp__
from .buildinfo import __commit__, __timestamp__

__verbose_version__ = f"{__version__} ({__commit__})"
except ModuleNotFoundError:
Expand Down

0 comments on commit be782be

Please sign in to comment.