Skip to content

Commit

Permalink
Prep for 0.17.0 release
Browse files Browse the repository at this point in the history
removed `--pre` flag and set dependency to 0.17.0

Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet committed Jun 13, 2024
1 parent 675da26 commit 4ae2ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if [[ "${{ matrix.otio-version }}" == "main" ]]; then
pip install "git+https://github.com/AcademySoftwareFoundation/OpenTimelineIO.git"
else
pip install OpenTimelineIO>=${{ matrix.otio-version }} --pre --only-binary :all:
pip install OpenTimelineIO>=${{ matrix.otio-version }} --only-binary :all:
fi
pip install flake8 pytest pytest-cov
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = { file="LICENSE" }
readme = "README.md"
requires-python = ">=3.7"
dependencies = [
"opentimelineio >= 0.17.0.dev1"
"opentimelineio >= 0.17.0"
]

classifiers = [
Expand Down

0 comments on commit 4ae2ed4

Please sign in to comment.