Skip to content

Commit

Permalink
Merge pull request #227 from roboflow/release/1.1.18
Browse files Browse the repository at this point in the history
Bump version for release
  • Loading branch information
sberan authored Jan 31, 2024
2 parents 4632fab + 213126a commit 8daa6de
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 @@ -14,7 +14,7 @@
from roboflow.models import CLIPModel, GazeModel # noqa: F401
from roboflow.util.general import write_line

__version__ = "1.1.17"
__version__ = "1.1.18"


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

0 comments on commit 8daa6de

Please sign in to comment.