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',