diff --git a/CITATION.cff b/CITATION.cff index f19db36..75944e6 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: 2.1.1 +version: 3.0.0 keywords: - "text-to-image retrieval" - "multimodal" diff --git a/VERSION b/VERSION index 3e3c2f1..4a36342 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.1 +3.0.0 diff --git a/pyproject.toml b/pyproject.toml index fef02d3..5b585df 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ maintainers = [ name = "uform" readme = "README.md" requires-python = ">=3.7" -version = "2.1.1" +version = "3.0.0" [project.scripts] uform-chat = "uform.chat:main"