diff --git a/CITATION.cff b/CITATION.cff index 6be30c9..2e2ff45 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.0.2 +version: 2.1.0 keywords: - "text-to-image retrieval" - "multimodal" diff --git a/VERSION b/VERSION index e9307ca..7ec1d6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.2 +2.1.0 diff --git a/pyproject.toml b/pyproject.toml index 6ff22a6..22c1a0b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ maintainers = [ name = "uform" readme = "README.md" requires-python = ">=3.7" -version = "2.0.2" +version = "2.1.0" [project.scripts] uform-chat = "uform.chat:main"