From 4cf29f1be021d191fa6456e30009ccfe7863b705 Mon Sep 17 00:00:00 2001 From: David Corvoysier Date: Mon, 2 Sep 2024 15:25:26 +0200 Subject: [PATCH] bump version --- optimum/quanto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/quanto/__init__.py b/optimum/quanto/__init__.py index 1c988dda..df53890c 100644 --- a/optimum/quanto/__init__.py +++ b/optimum/quanto/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.2.5dev" +__version__ = "0.2.6dev" from .calibrate import * from .library import *