Skip to content

Commit eba6033

Browse files
committed
bump release version into v2.5.1
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 4092311 commit eba6033

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5" %}
1+
{% set version = "2.5.1" %}
22
{% set buildnumber = 0 %}
33
package:
44
name: neural-compressor

neural_compressor/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
"""Intel® Neural Compressor: An open-source Python library supporting popular model compression techniques."""
18-
__version__ = "2.5"
18+
__version__ = "2.5.1"

0 commit comments

Comments
 (0)