Skip to content

Commit 7b79dbd

Browse files
author
TinySemVer
committed
Release: v3.1.0 [skip ci]
1 parent 2dbcc42 commit 7b79dbd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111
given-names: "Ash"
1212
orcid: "https://orcid.org/0000-0002-4882-1815"
1313
title: "UForm by Unum Cloud"
14-
version: 3.0.3
14+
version: 3.1.0
1515
keywords:
1616
- "text-to-image retrieval"
1717
- "multimodal"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@unum-cloud/uform",
33
"type": "module",
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "Pocket-Sized Multimodal AI for Content Understanding and Generation",
66
"dependencies": {
77
"@huggingface/hub": "^0.14.8",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ maintainers = [
4141
name = "uform"
4242
readme = "README.md"
4343
requires-python = ">=3.7"
44-
version = "3.0.3"
44+
version = "3.1.0"
4545

4646
[project.scripts]
4747
uform-chat = "uform.chat:main"

0 commit comments

Comments
 (0)