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 2de2112 commit 4d3b520Copy full SHA for 4d3b520
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
7
[project]
8
name = "OpenTimelineIO-Plugins"
9
-version = "0.18.0.dev1"
+version = "0.18.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.18.0.dev1",
+ "opentimelineio==0.18.0",
19
"otio-aaf-adapter",
20
"otio-burnins-adapter",
21
"otio-xges-adapter",
0 commit comments