Skip to content

Commit

Permalink
fixing init
Browse files Browse the repository at this point in the history
  • Loading branch information
zbilodea committed Oct 19, 2023
1 parent d34ec61 commit ee7d213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odapt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
from __future__ import annotations

from odapt._version import version as __version__
from odapt.version import version as __version__
from odapt.operations import hadd # noqa: F401

__all__ = ["__version__"]

0 comments on commit ee7d213

Please sign in to comment.