Skip to content

Commit b104129

Browse files
authored
Remove .dev1 suffix for release (#784)
Co-authored-by: ssteinbach <[email protected]>
1 parent 65ffe2a commit b104129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def build(self):
280280

281281
# Metadata that gets stamped into the __init__ files during the build phase.
282282
PROJECT_METADATA = {
283-
"version": "0.13.0.dev1",
283+
"version": "0.13.0",
284284
"author": 'Contributors to the OpenTimelineIO project',
285285
"author_email": '[email protected]',
286286
"license": 'Modified Apache 2.0 License',

0 commit comments

Comments
 (0)