Skip to content

Commit 35f7add

Browse files
committed
fix: Prelease
Signed-off-by: oliver könig <okoenig@nvidia.com>
1 parent 47be536 commit 35f7add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo_run/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
_PRE_RELEASE = "".join(map(str, pre))
2323
else:
2424
_PRE_RELEASE = ""
25-
PRE_RELEASE = _PRE_RELEASE
25+
PRE_RELEASE = ""
2626
DEV = Version(__version__).dev
2727

2828
__package_name__ = "nemo_run"

0 commit comments

Comments
 (0)