We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc86aea commit bbdea4cCopy full SHA for bbdea4c
1 file changed
nemo_run/package_info.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
from packaging.version import Version
15
16
-__version__ = "0.7.0rc0.dev0"
+__version__ = "0.7.0"
17
18
MAJOR = Version(__version__).major
19
MINOR = Version(__version__).minor
0 commit comments