aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorLoek Le Blansch <loek.le-blansch.pv@renesas.com>2025-11-04 11:04:32 +0100
committerLoek Le Blansch <loek.le-blansch.pv@renesas.com>2025-11-04 11:04:32 +0100
commitbbe15d0a21e04c59527ab5453d8bb49c952e4a30 (patch)
treeb6160d20dd64dac6b1bb60918771dc3d5fb38897 /pyproject.toml
parentc96e6b538e68dbf2bdcc5710780f693014c58f21 (diff)
version bumpHEADmain
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 713b293..53cd20e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "patchtree"
description = "generate clean patches for external source trees"
-version = "0.1.0"
+version = "0.1.1"
authors = [
{ name="Loek Le Blansch", email="loek.le-blansch.pv@renesas.com" },
]