Skip to content

Commit c792272

Browse files
authored
Creating 0.16.0 release (#5)
Signed-off-by: Eric Reinecke <[email protected]>
1 parent 37143f1 commit c792272

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.15.0"
9+
version = "0.16.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.15.0",
18+
"opentimelineio==0.16.0",
1919
]
2020

2121
classifiers = [

0 commit comments

Comments
 (0)