From 8148aaab1bf9ccf7400f41a5bd8e7591ff4a00f5 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Mon, 24 Mar 2025 22:54:06 +0100 Subject: [PATCH 1/3] Update resinstall.sh --- resinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resinstall.sh b/resinstall.sh index 77d0807..c1c3f83 100644 --- a/resinstall.sh +++ b/resinstall.sh @@ -13,7 +13,7 @@ set -e # abort on error pip uninstall -y llavaction # Get version -VERSION=0.0.1rc1 +VERSION=0.0.1 echo "Upgrading to LLaVAction v${VERSION}" # Upgrade the build system (PEP517/518 compatible) From bcadeee3ba9792f968fc6a0d539ce5b5a5cd6cf2 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Mon, 24 Mar 2025 22:54:38 +0100 Subject: [PATCH 2/3] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5622eb..9e0070c 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "llavaction" -version = "0.0.1rc1" +version = "0.0.1" description = "LLaVAction: Evaluating and Training Multi-Modal Large Language Models for Action Recognition" readme = "README.md" requires-python = ">=3.8" From 429e2dbcbbb89689f1a829a4ff71dc56ae58e7c0 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Mon, 24 Mar 2025 22:55:09 +0100 Subject: [PATCH 3/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 52f8f3c..e488f85 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LLAVACTION_VERSION := 0.0.1rc1 +LLAVACTION_VERSION := 0.0.1 dist: python3 -m pip install virtualenv