File bump-version.patch of Package python-libdebug
From f4f2eb84b938dfe20e3720165cf558d7d7d92877 Mon Sep 17 00:00:00 2001
From: io-no <gabriele18.06.98@gmail.com>
Date: Fri, 8 Aug 2025 07:34:50 +0200
Subject: [PATCH] build: bumped version
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index ae1995f2..c546771e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ authors = [
description = "A Python library for the debugging of binary executables."
requires-python = ">= 3.10"
license = {file = "LICENSE"}
-version = "0.8.1"
+version = "0.9.0"
readme = {file = "README.md", content-type = "text/markdown"}
classifiers = [
"Development Status :: 3 - Alpha",