Skip to content

Commit

Permalink
Remove .dev1 from version (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
reinecke authored Nov 25, 2021
1 parent 25bb2a5 commit 8cdda64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.dev1",
"version": "0.14.1",
"author": 'Contributors to the OpenTimelineIO project',
"author_email": '[email protected]',
"license": 'Modified Apache 2.0 License',
Expand Down

0 comments on commit 8cdda64

Please sign in to comment.