From 33d5df7951cf3bee8b14d1110cc3bbae1ff6fba8 Mon Sep 17 00:00:00 2001 From: TinySemVer Date: Fri, 3 Jan 2025 23:11:28 +0000 Subject: [PATCH] Release: v3.1.1 [skip ci] --- CITATION.cff | 2 +- VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 44a27a9..1654f60 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -11,7 +11,7 @@ authors: given-names: "Ash" orcid: "https://orcid.org/0000-0002-4882-1815" title: "UForm by Unum Cloud" -version: 3.1.0 +version: 3.1.1 keywords: - "text-to-image retrieval" - "multimodal" diff --git a/VERSION b/VERSION index fd2a018..94ff29c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.1.1 diff --git a/package-lock.json b/package-lock.json index 4852c92..dc9c21c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uform", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 3e4c83c..2966c44 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unum-cloud/uform", "type": "module", - "version": "3.1.0", + "version": "3.1.1", "description": "Pocket-Sized Multimodal AI for Content Understanding and Generation", "dependencies": { "@huggingface/hub": "^0.14.8", diff --git a/pyproject.toml b/pyproject.toml index 2e0f987..72f2308 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ maintainers = [ name = "uform" readme = "README.md" requires-python = ">=3.7" -version = "3.1.0" +version = "3.1.1" [project.scripts] uform-chat = "uform.chat:main"