Skip to content

Commit 4d3b520

Browse files
authored
Setting version for 0.18.0 release (#16)
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 2de2112 commit 4d3b520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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="[email protected]" },
@@ -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)