Skip to content

Commit

Permalink
chore: Update package_info.py (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ko3n1g authored Jan 3, 2025
1 parent 8a54041 commit 2ed0405
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 @@ -17,7 +17,7 @@
MINOR = 6
PATCH = 0
PRE_RELEASE = ""
DEV = "dev0"
DEV = ""

# Use the following formatting: (major, minor, patch, pre-release, dev)
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE, DEV)
Expand Down

0 comments on commit 2ed0405

Please sign in to comment.