Skip to content

Commit

Permalink
Add version to library __init__
Browse files Browse the repository at this point in the history
Signed-off-by: Elron Bandel <[email protected]>
  • Loading branch information
elronbandel committed Dec 17, 2023
1 parent 67fc77c commit dd968b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/unitxt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
from .catalog import add_to_catalog
from .load import load_dataset
from .register import register_all_artifacts, register_local_catalog
from .version import version

__version__ = version

register_all_artifacts()
random.seed(0)
Expand Down

0 comments on commit dd968b3

Please sign in to comment.