Skip to content

Commit 9249b14

Browse files
committed
bump version into v0.4.2
Signed-off-by: Sun, Xuehao <[email protected]>
1 parent dba15cf commit 9249b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AutoRound
55
<h3> Advanced Quantization Algorithm for LLMs</h3>
66

77
[![python](https://img.shields.io/badge/python-3.9%2B-blue)](https://github.com/intel/auto-round)
8-
[![version](https://img.shields.io/badge/release-0.4.1-green)](https://github.com/intel/auto-round)
8+
[![version](https://img.shields.io/badge/release-0.4.2-green)](https://github.com/intel/auto-round)
99
[![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/intel/auto-round/blob/main/LICENSE)
1010
---
1111
<div align="left">

auto_round/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
"""Intel® auto-round: An open-source Python library
1515
supporting popular model weight only compression based on signround."""
1616

17-
__version__ = "0.4.2.dev"
17+
__version__ = "0.4.2"

0 commit comments

Comments
 (0)