Skip to content

Commit a30cdcb

Browse files
committed
bumping version to 0.8.2
Signed-off-by: Oleksii Kuchaiev <[email protected]>
1 parent d10cec9 commit a30cdcb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

collections/nemo_asr/nemo_asr/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040

4141
name = "nemo_asr"
4242
backend = Backend.PyTorch
43-
__version__ = "0.8.1"
43+
__version__ = "0.8.2"

collections/nemo_asr/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="nemo_asr",
8-
version="0.8.1",
8+
version="0.8.2",
99
author="NVIDIA",
1010
author_email="[email protected]",
1111
description="Collection of Neural Modules for Speech Recognition",

collections/nemo_nlp/nemo_nlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424

2525
name = "nemo_nlp"
2626
backend = nemo.core.Backend.PyTorch
27-
__version__ = "0.8.1"
27+
__version__ = "0.8.2"

collections/nemo_nlp/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="nemo_nlp",
8-
version="0.8.1",
8+
version="0.8.2",
99
author="NVIDIA",
1010
author_email="[email protected]",
1111
description="Collection of Neural Modules for Natural Language Processing",

nemo/nemo/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
from . import utils
1818
from .backends.pytorch import tutorials
1919

20-
__version__ = "0.8.1"
20+
__version__ = "0.8.2"

nemo/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="nemo_toolkit",
8-
version="0.8.1",
8+
version="0.8.2",
99
author="NVIDIA",
1010
author_email="[email protected]",
1111
description="NEMO core package. Necessary for all collections.",

0 commit comments

Comments
 (0)