Skip to content

Commit

Permalink
Merge pull request #79 from feltech/release/v1.0.0-alpha.8
Browse files Browse the repository at this point in the history
[Release] Bump version to v1.0.0-alpha.8
  • Loading branch information
feltech authored Feb 15, 2024
2 parents 8e3f932 + 9fdabba commit 7f933a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

v1.0.0-beta.x
v1.0.0-alpha.8
---------------

### New features
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
jupyter
openassetio>=v1.0.0b1rev0
openassetio-manager-bal>=v1.0.0a13
openassetio-manager-bal>=v1.0.0a14
openassetio-mediacreation
Pillow
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build-backend = "setuptools.build_meta"

[project]
name = "openassetio-mediacreation"
version = "1.0.0a7"
version = "1.0.0a8"
requires-python = ">=3.7"
dependencies = ["openassetio>=1.0.0a6"]
dependencies = ["openassetio>=1.0.0b2"]

authors = [
{ name = "Contributors to the OpenAssetIO project", email = "openassetio-discussion@lists.aswf.io" }
Expand Down Expand Up @@ -46,8 +46,6 @@ see the [OpenAssetIO docs](https://openassetio.github.io/OpenAssetIO/).
"""
content-type = "text/markdown"

dependencies = ["openassetio>=1.0.0a6"]

[tool.setuptools]
packages = ["openassetio_mediacreation"]

Expand Down

0 comments on commit 7f933a9

Please sign in to comment.