From 7ae19af7aa1315dcb1ee08775728be1ae916d0d9 Mon Sep 17 00:00:00 2001 From: David Feltell Date: Wed, 7 Jan 2026 16:32:18 +0000 Subject: [PATCH] [Release] Bump version to v1.0.0-alpha.13 Closes #120 Signed-off-by: David Feltell --- RELEASE_NOTES.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fade6c3..384f40a 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release Notes ============= -v1.0.0-alpha.x +v1.0.0-alpha.13 -------------- ### Breaking changes diff --git a/pyproject.toml b/pyproject.toml index 95e5049..41fe9d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "openassetio-traitgen" -version = "1.0.0a12" +version = "1.0.0a13" requires-python = ">=3.10" dependencies = ["jinja2==3.1.6", "pyyaml==6.0.0", "jsonschema==4.7.2"]