diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8d725a5..763b9d6 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 38cae78..3ae61f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "openassetio-mediacreation" -version = "1.0.0a12" +version = "1.0.0a13" requires-python = ">=3.10" dependencies = ["openassetio>=1.0.0b2"]