Skip to content

Commit

Permalink
[Cherry-pick] Hotfix 1.6.1 for license changes (#1915)
Browse files Browse the repository at this point in the history
* 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 <dhuang@MacBook-Pro-2.local>
  • Loading branch information
3 people committed Dec 19, 2023
1 parent aac6b90 commit 1aa24cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/sparseml/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 1aa24cb

Please sign in to comment.