From 583f15ffbee5b89a48625690df2af333d5f05a94 Mon Sep 17 00:00:00 2001 From: David Feltell Date: Wed, 15 Apr 2026 13:47:58 +0100 Subject: [PATCH] [Release] Bump version to v1.0.0-beta.1.1 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 042b374..cdcef96 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release Notes ============= -v1.0.0-beta.x.y +v1.0.0-beta.1.1 --------------- ### New features diff --git a/pyproject.toml b/pyproject.toml index 4841121..f4d2669 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [project] name = "openassetio-manager-bal" -version = "1.0.0b1.rev0" +version = "1.0.0b1.rev1" requires-python = ">=3.10" dependencies = ["openassetio>=1.0.0b2.rev2", "openassetio-mediacreation>=1.0.0a9"]