File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- LLAVACTION_VERSION := 0.0.1rc1
1+ LLAVACTION_VERSION := 0.0.1
22
33dist :
44 python3 -m pip install virtualenv
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77
88[project ]
99name = " llavaction"
10- version = " 0.0.1rc1 "
10+ version = " 0.0.1 "
1111description = " LLaVAction: Evaluating and Training Multi-Modal Large Language Models for Action Recognition"
1212readme = " README.md"
1313requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ set -e # abort on error
1313pip uninstall -y llavaction
1414
1515# Get version
16- VERSION=0.0.1rc1
16+ VERSION=0.0.1
1717echo " Upgrading to LLaVAction v${VERSION} "
1818
1919# Upgrade the build system (PEP517/518 compatible)
You can’t perform that action at this time.
0 commit comments