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 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" 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)