From 842b7159fafa09300bc0e745c802910a2d60502e Mon Sep 17 00:00:00 2001 From: "chen, suyue" Date: Tue, 13 Aug 2024 12:09:25 +0800 Subject: [PATCH] bump main version into v3.1 (#1974) Signed-off-by: chensuyue --- neural_compressor/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural_compressor/version.py b/neural_compressor/version.py index 3e0bff6aeb1..69ffef5d234 100644 --- a/neural_compressor/version.py +++ b/neural_compressor/version.py @@ -15,4 +15,4 @@ # See the License for the specific language governing permissions and # limitations under the License. """IntelĀ® Neural Compressor: An open-source Python library supporting popular model compression techniques.""" -__version__ = "3.0" +__version__ = "3.1"