Skip to content

Commit 9a4edcb

Browse files
committed
variable error fix
1 parent 1720298 commit 9a4edcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from roboflow.models import CLIPModel, GazeModel
1414
from roboflow.util.general import write_line
1515

16-
__version__ = "1.1.10"
16+
__version__ = "1.1.11"
1717

1818

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

roboflow/core/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def _get_or_create_project(
399399
except RuntimeError:
400400
return (
401401
self.create_project(
402-
project_id,
402+
project_name=project_id,
403403
project_license=license,
404404
annotation=project_id,
405405
project_type=type,

0 commit comments

Comments
 (0)