From 1aa24cb8f645d265c936381d0e8f52fdcb2632aa Mon Sep 17 00:00:00 2001 From: dhuangnm <74931910+dhuangnm@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:39:08 -0500 Subject: [PATCH] [Cherry-pick] Hotfix 1.6.1 for license changes (#1915) * Update NOTICE (#1871) * Update NOTICE changed reference to DS LICENSE-NEURALMAGIC to LICENSE. * Update NOTICE fixed apache reference. * Update NOTICE Last fix * pick up license change and update version to 1.6.1 --------- Co-authored-by: Rob Greenberg <100797996+rgreenberg1@users.noreply.github.com> Co-authored-by: dhuang --- NOTICE | 5 ++--- src/sparseml/version.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 37fd3e11430..ac9720def82 100644 --- a/NOTICE +++ b/NOTICE @@ -6,10 +6,9 @@ This product includes software developed at Neuralmagic, Inc. (https://www.neura Source code in this repository is variously licensed under the Apache License Version 2.0, an Apache-compatible license. -* For a copy of the Apache License Version 2.0, please see LICENSE - as included in this repository's top-level directory. +* For a copy of the Apache License Version 2.0, please see [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). -* For a copy of the Neural Magic DeepSparse Community License, please see LICENSE-NEURALMAGIC +* For a copy of the Neural Magic DeepSparse Community License, please see LICENSE as included in the Neural Magic's "deepsparse" repository. * For a copy of all other Apache-compatible licenses and notices, diff --git a/src/sparseml/version.py b/src/sparseml/version.py index 14f52ce645a..df1acecbe06 100644 --- a/src/sparseml/version.py +++ b/src/sparseml/version.py @@ -19,7 +19,7 @@ from datetime import date -version_base = "1.6.0" +version_base = "1.6.1" is_release = False # change to True to set the generated version as a release version