From 3f1d5c0b25ac2c7ab2eeeb1e3e9027279afe7c29 Mon Sep 17 00:00:00 2001 From: Eran Geva Date: Sun, 4 Aug 2024 10:56:03 +0300 Subject: [PATCH] [SW-192999] bump the inc version to 3.0 Change-Id: I2236780a613cd7102fa16618bc24aaca0d2f5d86 --- 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 d5e53c1aac7..3e0bff6aeb1 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__ = "2.6" +__version__ = "3.0"