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