Skip to content

Commit

Permalink
Moved version back to 0.15.0 and dropped plugin repos to start out wi…
Browse files Browse the repository at this point in the history
…th a release for current otio - will re-add and version bump in a subsequent PR

Signed-off-by: Eric Reinecke <[email protected]>
  • Loading branch information
reinecke committed Oct 5, 2023
1 parent 72516b0 commit 00c139f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"

[project]
name = "opentimelineio-plugins"
version = "0.16.0.dev1"
version = "0.15.0"
description = "OpenTimelineIO with batteries included plug-ins."
authors = [
{ name="Contributors to the OpenTimelineIO project", email="[email protected]" },
Expand All @@ -15,17 +15,7 @@ license = { file="LICENSE" }
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"opentimelineio @ git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO.git@extract_adapters",
"otio-aaf-adapter",
"otio-burnins-adapter",
"otio-xges-adapter",
"otio-ale-adapter",
"otio-hls-playlist-adapter",
"otio-fcpx-xml-adapter",
"otio-maya-sequencer-adapter",
"otio-cmx3600-adapter",
"otio-svg-adapter",
"otio-fcp-adapter",
"opentimelineio==0.15.0",
]

classifiers = [
Expand Down

0 comments on commit 00c139f

Please sign in to comment.