diff --git a/src/python/nimbusml/__init__.py b/src/python/nimbusml/__init__.py index 67c40e88..16e202a2 100644 --- a/src/python/nimbusml/__init__.py +++ b/src/python/nimbusml/__init__.py @@ -2,7 +2,7 @@ Microsoft Machine Learning for Python """ -__version__ = '0.6.4' +__version__ = '0.6.5' # 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 9bd9ec24..e0b57b32 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -44,7 +44,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='0.6.4', + version='0.6.5', description='NimbusML', long_description=long_description, diff --git a/version.txt b/version.txt index eb514eba..e0ea44c1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.4 \ No newline at end of file +0.6.5 \ No newline at end of file