Skip to content

Commit 9b422cd

Browse files
committed
bump version into v2.1.1
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 1f802aa commit 9b422cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda_meta/basic/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.1" %}
1+
{% set version = "2.1.1" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

conda_meta/full/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.1" %}
1+
{% set version = "2.1.1" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor-full

neural_compressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# limitations under the License.
1717

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

0 commit comments

Comments
 (0)