Skip to content

Commit 12efbff

Browse files
committed
bump version and changelog
1 parent 2777f6c commit 12efbff

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## 1.1.5
5+
## 1.1.50
66

7-
[stub]
7+
- Added support for Palligema2 model uploads via `upload_model` command with the following model types:
8+
- `paligemma2-3b-pt-224`
9+
- `paligemma2-3b-pt-448`
10+
- `paligemma2-3b-pt-896`

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
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.49"
18+
__version__ = "1.1.50"
1919

2020

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

0 commit comments

Comments
 (0)