From 56aabbebd0ce532f82f566a2a946769cee3bb36b Mon Sep 17 00:00:00 2001 From: fxmarty <9808326+fxmarty@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:21:13 +0200 Subject: [PATCH] Update dev version to 1.20.0.dev0 (#1817) update version --- optimum/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum/version.py b/optimum/version.py index ab0bfa597b8..b71e4d4a8c3 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.19.0.dev0" +__version__ = "1.20.0.dev0"