From b104129ee01fc25745ab0d7f003c03e6accd6330 Mon Sep 17 00:00:00 2001 From: Stephan Steinbach <61017+ssteinbach@users.noreply.github.com> Date: Mon, 24 Aug 2020 11:04:16 -0700 Subject: [PATCH] Remove .dev1 suffix for release (#784) Co-authored-by: ssteinbach --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa8ca8456..acabb3df0 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.13.0.dev1", + "version": "0.13.0", "author": 'Contributors to the OpenTimelineIO project', "author_email": 'opentimelineio@pixar.com', "license": 'Modified Apache 2.0 License',