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