Skip to content

Commit

Permalink
Merge pull request #318 from roboflow/v1.1.42
Browse files Browse the repository at this point in the history
new release for video job bugfix
  • Loading branch information
reedajohns committed Aug 23, 2024
2 parents eca5e97 + 7c5247e commit c28cb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roboflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from roboflow.models import CLIPModel, GazeModel # noqa: F401
from roboflow.util.general import write_line

__version__ = "1.1.41"
__version__ = "1.1.42"


def check_key(api_key, model, notebook, num_retries=0):
Expand Down

0 comments on commit c28cb01

Please sign in to comment.