Skip to content

Commit 8cdda64

Browse files
authored
Remove .dev1 from version (#1157)
1 parent 25bb2a5 commit 8cdda64

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
@@ -186,7 +186,7 @@ def cmake_install(self):
186186

187187
# Metadata that gets stamped into the __init__ files during the build phase.
188188
PROJECT_METADATA = {
189-
"version": "0.14.1.dev1",
189+
"version": "0.14.1",
190190
"author": 'Contributors to the OpenTimelineIO project',
191191
"author_email": '[email protected]',
192192
"license": 'Modified Apache 2.0 License',

0 commit comments

Comments
 (0)