Skip to content

Commit 52e3db9

Browse files
committed
version bump
1 parent b3306b2 commit 52e3db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roboflow/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from roboflow.models import CLIPModel, GazeModel # noqa: F401
1616
from roboflow.util.general import write_line
1717

18-
__version__ = "1.1.54"
18+
__version__ = "1.1.55"
1919

2020

2121
def check_key(api_key, model, notebook, num_retries=0):
@@ -205,7 +205,7 @@ def __init__(
205205
self.api_key = api_key
206206
if self.api_key is None:
207207
self.api_key = load_roboflow_api_key()
208-
208+
print("API_KEY", self.api_key)
209209
self.model_format = model_format
210210
self.notebook = notebook
211211
self.onboarding = False

0 commit comments

Comments
 (0)