From 0e1d94da97990b84bd1968f0143bed221dd310b2 Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Wed, 4 Jun 2025 12:04:48 +0200 Subject: [PATCH] bump version to 0.8.11 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 23b50ef..2516ff1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -170,5 +170,5 @@ files = [ [metadata] lock-version = "2.0" -python-versions = ">=3.10" -content-hash = "559d52e43a6f1d7b66c372e4ca2cedcd0d277c89ea7348c7b9f02f764838ca11" +python-versions = ">=3.9.2" +content-hash = "624b75050ccf096d9d7ac4187e4f689082f8e17ac40d519786a0678298d10e49" diff --git a/pyproject.toml b/pyproject.toml index c2c8906..d999ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ubi-reader" -version = "0.8.10" +version = "0.8.11" description = "Extract files from UBI and UBIFS images." authors = ["ONEKEY ", "Jason Pruitt "] license = "GNU GPL"