From 32e2d67749286b352a1fe96180a349a4c41668c7 Mon Sep 17 00:00:00 2001 From: Gani Nazirov Date: Mon, 3 Jun 2019 22:41:25 -0700 Subject: [PATCH] Upgrade version (#122) * package System.Drawings.Common.dll as its missing in dotnetcore2 * typo * Add png for Image examples * try linux fix * rollback scikit learn version * test * debug * rollback test * rollback * fix fontconfig err * fix tests * print platform * get os names * test * test * fix linux * Upgrade version --- src/python/nimbusml/__init__.py | 2 +- src/python/setup.py | 2 +- version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/python/nimbusml/__init__.py b/src/python/nimbusml/__init__.py index aa21ec3..f8407a6 100644 --- a/src/python/nimbusml/__init__.py +++ b/src/python/nimbusml/__init__.py @@ -2,7 +2,7 @@ Microsoft Machine Learning for Python """ -__version__ = '1.0.0' +__version__ = '1.0.1' # 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 ee6dc3b..99d6911 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -45,7 +45,7 @@ setup( # 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.0.0', + version='1.0.1', description='NimbusML', long_description=long_description, diff --git a/version.txt b/version.txt index afaf360..7f20734 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.0 \ No newline at end of file +1.0.1 \ No newline at end of file