From cc9c067cf8482d9e703c480f31df9d22198d076a Mon Sep 17 00:00:00 2001 From: ssteinbach Date: Fri, 27 Mar 2020 10:30:40 -0700 Subject: [PATCH] bump to dot release version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 663ced4ea..dfe9b0738 100755 --- a/setup.py +++ b/setup.py @@ -280,7 +280,7 @@ def build(self): # Metadata that gets stamped into the __init__ files during the build phase. PROJECT_METADATA = { - "version": "0.12.0", + "version": "0.12.1", "author": 'Contributors to the OpenTimelineIO project', "author_email": 'opentimelineio@pixar.com', "license": 'Modified Apache 2.0 License',