From 8cdda64f5ef924855ce503822e1aeb125e6b011e Mon Sep 17 00:00:00 2001 From: Eric Reinecke Date: Wed, 24 Nov 2021 17:20:31 -0800 Subject: [PATCH] Remove .dev1 from version (#1157) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4ef384e7..1b42e5606 100755 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ def cmake_install(self): # Metadata that gets stamped into the __init__ files during the build phase. PROJECT_METADATA = { - "version": "0.14.1.dev1", + "version": "0.14.1", "author": 'Contributors to the OpenTimelineIO project', "author_email": 'opentimelineio@pixar.com', "license": 'Modified Apache 2.0 License',