From ae08281f796125730f07d39ac897e6a18208c91b Mon Sep 17 00:00:00 2001 From: Ilyas Moutawwakil <57442720+IlyasMoutawwakil@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:51:51 +0100 Subject: [PATCH] Update version.py to dev (#311) --- optimum_benchmark/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimum_benchmark/version.py b/optimum_benchmark/version.py index f963a34e..985ebb7e 100644 --- a/optimum_benchmark/version.py +++ b/optimum_benchmark/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.5.0" +__version__ = "0.6.0.dev0"