From 6358d945390b564eb18b2a6058370557debf0024 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 16 Apr 2024 03:55:37 +0000 Subject: [PATCH] Build: Released 2.1.1 [skip ci] ## [2.1.1](https://github.com/unum-cloud/uform/compare/v2.1.0...v2.1.1) (2024-04-16) ### Fix * Importing ViT in `gen_model.py` (#80) ([21f49ba](https://github.com/unum-cloud/uform/commit/21f49bab444e0761ab7fc7ed20b3c81fb7924d17)), closes [#80](https://github.com/unum-cloud/uform/issues/80) --- CITATION.cff | 2 +- VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 2e2ff45..f19db36 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.0 +version: 2.1.1 keywords: - "text-to-image retrieval" - "multimodal" diff --git a/VERSION b/VERSION index 7ec1d6d..3e3c2f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0 +2.1.1 diff --git a/pyproject.toml b/pyproject.toml index 22c1a0b..10f7a9b 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ maintainers = [ name = "uform" readme = "README.md" requires-python = ">=3.7" -version = "2.1.0" +version = "2.1.1" [project.scripts] uform-chat = "uform.chat:main"