From abb27228c9908c02c4dcf0e6f0c1ff36bfd79f9c Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:24:20 +0100 Subject: [PATCH] Update dev version (#1596) version --- optimum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/version.py b/optimum/version.py index 27845391cd9..da7a104bce7 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.16.0.dev0" +__version__ = "1.17.0.dev0"