diff --git a/README.md b/README.md index 9ea91e90..fb272d9f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ AutoRound

Advanced Quantization Algorithm for LLMs

[![python](https://img.shields.io/badge/python-3.9%2B-blue)](https://github.com/intel/auto-round) -[![version](https://img.shields.io/badge/release-0.3.1-green)](https://github.com/intel/auto-round) +[![version](https://img.shields.io/badge/release-0.4-green)](https://github.com/intel/auto-round) [![license](https://img.shields.io/badge/license-Apache%202-blue)](https://github.com/intel/auto-round/blob/main/LICENSE) ---
diff --git a/auto_round/version.py b/auto_round/version.py index eefda13d..ec871a53 100644 --- a/auto_round/version.py +++ b/auto_round/version.py @@ -14,4 +14,4 @@ """IntelĀ® auto-round: An open-source Python library supporting popular model weight only compression based on signround.""" -__version__ = "0.4.0.dev" +__version__ = "0.4"