Skip to content

Commit 1aa24cb

Browse files
dhuangnmrgreenberg1dhuang
authored
[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 <[email protected]> Co-authored-by: dhuang <[email protected]>
1 parent aac6b90 commit 1aa24cb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

NOTICE

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ This product includes software developed at Neuralmagic, Inc. (https://www.neura
66
Source code in this repository is variously licensed under the Apache License
77
Version 2.0, an Apache-compatible license.
88

9-
* For a copy of the Apache License Version 2.0, please see LICENSE
10-
as included in this repository's top-level directory.
9+
* 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).
1110

12-
* For a copy of the Neural Magic DeepSparse Community License, please see LICENSE-NEURALMAGIC
11+
* For a copy of the Neural Magic DeepSparse Community License, please see LICENSE
1312
as included in the Neural Magic's "deepsparse" repository.
1413

1514
* For a copy of all other Apache-compatible licenses and notices,

src/sparseml/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from datetime import date
2020

2121

22-
version_base = "1.6.0"
22+
version_base = "1.6.1"
2323
is_release = False # change to True to set the generated version as a release version
2424

2525

0 commit comments

Comments
 (0)