From 886d9f5a1f024220ec48b3293fc2d2bad2d456ff Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Mon, 29 May 2023 17:56:59 +0200 Subject: [PATCH] bump version to 0.8.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d4ccae..383c179 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ubi-reader" -version = "0.8.8" +version = "0.8.9" description = "Extract files from UBI and UBIFS images." authors = ["ONEKEY ", "Jason Pruitt "] license = "GNU GPL"