Skip to content

Commit

Permalink
fix: Package version string
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g authored Jan 7, 2025
1 parent 8f53d55 commit 537d0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nemo_aligner/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__version__ = __version__ + VERSION[3]

if VERSION[4] != "":
__version__ = __version__ + "." + ".".join(VERSION[4])
__version__ = __version__ + "." + ".".join(VERSION[4:])

__package_name__ = "nemo_aligner"
__contact_names__ = "NVIDIA"
Expand Down

0 comments on commit 537d0bd

Please sign in to comment.