Skip to content

Commit 8bb74c1

Browse files
authored
v0.0.1 (#9)
* Update resinstall.sh * Update pyproject.toml * Update Makefile
1 parent 9639ace commit 8bb74c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LLAVACTION_VERSION := 0.0.1rc1
1+
LLAVACTION_VERSION := 0.0.1
22

33
dist:
44
python3 -m pip install virtualenv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "llavaction"
10-
version = "0.0.1rc1"
10+
version = "0.0.1"
1111
description = "LLaVAction: Evaluating and Training Multi-Modal Large Language Models for Action Recognition"
1212
readme = "README.md"
1313
requires-python = ">=3.8"

resinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e # abort on error
1313
pip uninstall -y llavaction
1414

1515
# Get version
16-
VERSION=0.0.1rc1
16+
VERSION=0.0.1
1717
echo "Upgrading to LLaVAction v${VERSION}"
1818

1919
# Upgrade the build system (PEP517/518 compatible)

0 commit comments

Comments
 (0)