Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 18cc0fa

Browse files
committed
v0.3.1
Signed-off-by: Gerald Shen <geshen@nvidia.com>
1 parent 0baba99 commit 18cc0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo_aligner/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
MAJOR = 0
1717
MINOR = 3
1818
PATCH = 1
19-
PRE_RELEASE = "dev"
19+
PRE_RELEASE = ""
2020

2121
# Use the following formatting: (major, minor, patch, pre-release)
2222
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

0 commit comments

Comments
 (0)