diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj
index dd0e2c5d..18233a63 100644
--- a/src/DotNetBridge/DotNetBridge.csproj
+++ b/src/DotNetBridge/DotNetBridge.csproj
@@ -31,17 +31,17 @@
all
runtime; build; native; contentfiles; analyzers
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj
index 75fa806f..10f89106 100644
--- a/src/Platforms/build.csproj
+++ b/src/Platforms/build.csproj
@@ -11,17 +11,17 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/python/nimbusml/__init__.py b/src/python/nimbusml/__init__.py
index 88e006aa..fd318091 100644
--- a/src/python/nimbusml/__init__.py
+++ b/src/python/nimbusml/__init__.py
@@ -2,7 +2,7 @@
Microsoft Machine Learning for Python
"""
-__version__ = '1.3.1'
+__version__ = '1.4.0'
# CoreCLR version of MicrosoftML is built on Windows.
# But file permissions are not preserved when it's copied to Linux.
diff --git a/src/python/nimbusml/internal/entrypoints/transforms_featureselectorbymutualinformation.py b/src/python/nimbusml/internal/entrypoints/transforms_featureselectorbymutualinformation.py
index 0663f8cd..74443348 100644
--- a/src/python/nimbusml/internal/entrypoints/transforms_featureselectorbymutualinformation.py
+++ b/src/python/nimbusml/internal/entrypoints/transforms_featureselectorbymutualinformation.py
@@ -55,7 +55,7 @@ def transforms_featureselectorbymutualinformation(
none_acceptable=False,
is_of_type=str)
if label_column_name is not None:
- inputs['LabelColumn'] = try_set(
+ inputs['LabelColumnName'] = try_set(
obj=label_column_name,
none_acceptable=True,
is_of_type=str,
diff --git a/src/python/setup.py b/src/python/setup.py
index 4d732d83..737e7f71 100644
--- a/src/python/setup.py
+++ b/src/python/setup.py
@@ -45,7 +45,7 @@
# Versions should comply with PEP440. For a discussion on
# single-sourcing the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
- version='1.3.1',
+ version='1.4.0',
description='NimbusML',
long_description=long_description,
diff --git a/src/python/tools/manifest.json b/src/python/tools/manifest.json
index 60bd5321..a68890fe 100644
--- a/src/python/tools/manifest.json
+++ b/src/python/tools/manifest.json
@@ -18486,7 +18486,6 @@
},
{
"Name": "LabelColumnName",
- "PassAs": "LabelColumn",
"Type": "String",
"Desc": "Column to use for labels",
"Aliases": [
diff --git a/version.txt b/version.txt
index 6261a05b..e21e727f 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.3.1
\ No newline at end of file
+1.4.0
\ No newline at end of file