From 4d2f668843abd00e0fa04c3bc1ea8661efb61a55 Mon Sep 17 00:00:00 2001 From: Stephan Steinbach <61017+ssteinbach@users.noreply.github.com> Date: Wed, 27 Oct 2021 11:28:43 -0700 Subject: [PATCH] strip the .dev1 suffix in setup.py (#1127) Co-authored-by: ssteinbach --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6a5c1a77..8db772bfd 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.0.dev1", + "version": "0.14.0", "author": 'Contributors to the OpenTimelineIO project', "author_email": 'opentimelineio@pixar.com', "license": 'Modified Apache 2.0 License',