Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nemo_run/package_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)

__shortversion__ = ".".join(map(str, VERSION[:3]))
__version__ = ".".join(map(str, VERSION[:3])) + "".join(VERSION[3:])
__version__ = '0.12.0'
Comment thread
ko3n1g marked this conversation as resolved.
Outdated

import os as _os # noqa: E402, I001
import subprocess as _subprocess # noqa: E402
Expand Down