From 8bfd94c7f5a3b0d40b98f20d8447f8e463c49f2e Mon Sep 17 00:00:00 2001 From: David Feltell Date: Mon, 14 Apr 2025 14:05:29 +0100 Subject: [PATCH] [Release] Bump version to v1.0.0-alpha.12 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 b513594..d7b0706 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release Notes ============= -v1.0.0-alpha.x +v1.0.0-alpha.12 --------------- ## New features diff --git a/pyproject.toml b/pyproject.toml index 6ce236f..bc4745a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "openassetio-mediacreation" -version = "1.0.0a11" +version = "1.0.0a12" requires-python = ">=3.10" dependencies = ["openassetio>=1.0.0b2"]