Skip to content
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools==68.0.0
pip install -r requirements.txt
pip install -r requirements-dev.txt

Expand Down
4 changes: 3 additions & 1 deletion videodb/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""About information for videodb sdk"""

__version__ = "0.2.16"


__version__ = "0.2.17"
__title__ = "videodb"
__author__ = "videodb"
__email__ = "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions videodb/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class ApiPath:
transcode = "transcode"
meeting = "meeting"
record = "record"
editor = "editor"


class Status:
Expand Down
Loading