Skip to content

Commit

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

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

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

0 comments on commit 1c1e225

Please sign in to comment.