Skip to content

Commit 8422cef

Browse files
authored
Merge pull request #7 from PrismaticLab/src/import
Everything is uploaded now
2 parents 4eb686a + 95f6aea commit 8422cef

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

VideoRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__name__ = "VideoRAC"
2-
__version__ = "0.1.5"
2+
__version__ = "0.2.1"

pyproject.toml

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

55
[project]
66
name = "VideoRAC"
7-
version = "0.1.5"
7+
version = "0.2.1"
88
description = "Video Retrieval-Augmented Chunking and Q&A Generation Toolkit"
99
readme = "README.md"
1010
requires-python = ">=3.9"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
colorlog==6.9.0
12
langchain==1.0.3
23
numpy==2.3.4
34
opencv-python==4.12.0.88

0 commit comments

Comments
 (0)