We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37143f1 commit c792272Copy full SHA for c792272
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "OpenTimelineIO-Plugins"
9
-version = "0.15.0"
+version = "0.16.0"
10
description = "OpenTimelineIO with batteries included plug-ins."
11
authors = [
12
{ name="Contributors to the OpenTimelineIO project", email="[email protected]" },
@@ -15,7 +15,7 @@ license = { file="LICENSE" }
15
readme = "README.md"
16
requires-python = ">=3.7"
17
dependencies = [
18
- "opentimelineio==0.15.0",
+ "opentimelineio==0.16.0",
19
]
20
21
classifiers = [
0 commit comments