Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lrosemberg committed Dec 13, 2024
1 parent 2777f6c commit 12efbff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 1.1.5
## 1.1.50

[stub]
- Added support for Palligema2 model uploads via `upload_model` command with the following model types:
- `paligemma2-3b-pt-224`
- `paligemma2-3b-pt-448`
- `paligemma2-3b-pt-896`
2 changes: 1 addition & 1 deletion roboflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from roboflow.models import CLIPModel, GazeModel # noqa: F401
from roboflow.util.general import write_line

__version__ = "1.1.49"
__version__ = "1.1.50"


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

0 comments on commit 12efbff

Please sign in to comment.