Skip to content

Commit 266a128

Browse files
committed
bump version
1 parent 321d88a commit 266a128

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

roboflow/__init__.py

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

18-
<<<<<<< HEAD
19-
__version__ = "1.1.55"
20-
=======
21-
__version__ = "1.1.56"
22-
>>>>>>> main
18+
__version__ = "1.1.57"
2319

2420

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

0 commit comments

Comments
 (0)