diff --git a/README.md b/README.md index f14a08a7..b333fedb 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.8%2B-blue)](https://github.com/intel/auto-round) -[![version](https://img.shields.io/badge/release-0.2-green)](https://github.com/intel/auto-round) +[![version](https://img.shields.io/badge/release-0.3-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 c7c0b0e2..4e9e3041 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.3.0.dev" +__version__ = "0.3"