From c792272c60052de72695d0b2194df09150c9c454 Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Thu, 4 Apr 2024 10:13:00 -0700 Subject: [PATCH] Creating 0.16.0 release (#5) Signed-off-by: Eric Reinecke --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a849ba..e8bf50f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "OpenTimelineIO-Plugins" -version = "0.15.0" +version = "0.16.0" description = "OpenTimelineIO with batteries included plug-ins." authors = [ { name="Contributors to the OpenTimelineIO project", email="otio-discussion@lists.aswf.io" }, @@ -15,7 +15,7 @@ license = { file="LICENSE" } readme = "README.md" requires-python = ">=3.7" dependencies = [ - "opentimelineio==0.15.0", + "opentimelineio==0.16.0", ] classifiers = [