diff --git a/src/DotNetBridge/DotNetBridge.csproj b/src/DotNetBridge/DotNetBridge.csproj index 31c27043..8aca7d3c 100644 --- a/src/DotNetBridge/DotNetBridge.csproj +++ b/src/DotNetBridge/DotNetBridge.csproj @@ -32,21 +32,21 @@ all runtime; build; native; contentfiles; analyzers - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/src/Platforms/build.csproj b/src/Platforms/build.csproj index 8f58c7f0..e28badce 100644 --- a/src/Platforms/build.csproj +++ b/src/Platforms/build.csproj @@ -21,21 +21,21 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/src/python/nimbusml.pyproj b/src/python/nimbusml.pyproj index 2deae4ab..7febe908 100644 --- a/src/python/nimbusml.pyproj +++ b/src/python/nimbusml.pyproj @@ -12,8 +12,8 @@ {888888a0-9f3d-457c-b088-3a5042f75d52} Standard Python launcher nimbusml - Global|VisualStudio|MinePy37 - ..\..\dependencies\Python3.7\python.exe + Global|VisualStudio|MinePy3.8 + ..\..\dependencies\Python3.8\python.exe False nimbusml\tests\dprep\test_dprep.py @@ -1306,7 +1306,7 @@ - + \ No newline at end of file diff --git a/src/python/nimbusml/__init__.py b/src/python/nimbusml/__init__.py index 8a7fbdd7..3dfc2936 100644 --- a/src/python/nimbusml/__init__.py +++ b/src/python/nimbusml/__init__.py @@ -2,7 +2,7 @@ Microsoft Machine Learning for Python """ -__version__ = '1.7.1' +__version__ = '1.8.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/setup.py b/src/python/setup.py index bac98001..8b6dd2ef 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.7.1', + version='1.8.0', description='NimbusML', long_description=long_description, diff --git a/version.txt b/version.txt index 943f9cbc..27f9cd32 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.7.1 +1.8.0