diff --git a/CITATION.cff b/CITATION.cff index 93e1222..c5040ae 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.0.2 +version: 3.0.3 keywords: - "text-to-image retrieval" - "multimodal" diff --git a/VERSION b/VERSION index b502146..75a22a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/package-lock.json b/package-lock.json index 3865ea8..69c5e5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uform", - "version": "2.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 809daa6..3287516 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@unum-cloud/uform", "type": "module", - "version": "3.0.2", + "version": "3.0.3", "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 230c025..fd01b39 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ maintainers = [ name = "uform" readme = "README.md" requires-python = ">=3.7" -version = "3.0.2" +version = "3.0.3" [project.scripts] uform-chat = "uform.chat:main"