Skip to content

Commit d271d3c

Browse files
Version bump to 0.8.0rc0.dev0 (#368)
* [🤖]: Howdy folks, let's bump NeMo Run to `0.8.0rc0.dev0` ! Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * lintfix double quotes Signed-off-by: Pablo Garay <[email protected]> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Pablo Garay <[email protected]> Co-authored-by: pablo-garay <[email protected]> Co-authored-by: Pablo Garay <[email protected]>
1 parent 01a9a8b commit d271d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemo_run/package_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from packaging.version import Version
1515

16-
__version__ = "0.7.0rc0.dev0"
16+
__version__ = "0.8.0rc0.dev0"
1717

1818
MAJOR = Version(__version__).major
1919
MINOR = Version(__version__).minor

0 commit comments

Comments
 (0)