From 649c67388052dc4159db3df34202d2d87f4d118b Mon Sep 17 00:00:00 2001 From: dhuangnm <74931910+dhuangnm@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:29:30 -0500 Subject: [PATCH] [Cherry-pick] Hotfix 1.6.1 for license changes (#295) * Update NOTICE (#292) * Update NOTICE * Update NOTICE fixed apache reference. * Update NOTICE * pick up license changes for hotfix 1.6.1 --------- Co-authored-by: Rob Greenberg <100797996+rgreenberg1@users.noreply.github.com> Co-authored-by: dhuang --- NOTICE | 5 ++--- src/sparsify/version.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NOTICE b/NOTICE index 499be31f..5e41501c 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/sparsify/version.py b/src/sparsify/version.py index 93ea9d86..e5b03ce2 100644 --- a/src/sparsify/version.py +++ b/src/sparsify/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