Skip to content

Commit

Permalink
bump version into v2.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed May 11, 2023
1 parent 1f802aa commit 9b422cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda_meta/basic/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.1" %}
{% set version = "2.1.1" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor
Expand Down
2 changes: 1 addition & 1 deletion conda_meta/full/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.1" %}
{% set version = "2.1.1" %}
{% set buildnumber = 0 %}
package:
name: neural-compressor-full
Expand Down
2 changes: 1 addition & 1 deletion neural_compressor/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# limitations under the License.

"""Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
__version__ = "2.1"
__version__ = "2.1.1"

0 comments on commit 9b422cd

Please sign in to comment.