Skip to content

Commit 4d3b520

Browse files
authored
Setting version for 0.18.0 release (#16)
Signed-off-by: Eric Reinecke <ereinecke@netflix.com>
1 parent 2de2112 commit 4d3b520

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "OpenTimelineIO-Plugins"
9-
version = "0.18.0.dev1"
9+
version = "0.18.0"
1010
description = "OpenTimelineIO with batteries included plug-ins."
1111
authors = [
1212
{ name="Contributors to the OpenTimelineIO project", email="otio-discussion@lists.aswf.io" },
@@ -15,7 +15,7 @@ license = { file="LICENSE" }
1515
readme = "README.md"
1616
requires-python = ">=3.7"
1717
dependencies = [
18-
"opentimelineio==0.18.0.dev1",
18+
"opentimelineio==0.18.0",
1919
"otio-aaf-adapter",
2020
"otio-burnins-adapter",
2121
"otio-xges-adapter",

0 commit comments

Comments
 (0)