From afff2fa7c2e84ef6c38bf2c1e666da14b7ef9b5a Mon Sep 17 00:00:00 2001 From: Ella Charlaix <80481427+echarlaix@users.noreply.github.com> Date: Thu, 30 Jan 2025 17:13:49 +0100 Subject: [PATCH] Dev version (#2175) --- optimum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/version.py b/optimum/version.py index 4fff28e5c9..03506d21cc 100644 --- a/optimum/version.py +++ b/optimum/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "1.24.0.dev0" +__version__ = "1.25.0.dev0"