Skip to content

Commit 7095a37

Browse files
authored
build: update build configuration (#239)
2 parents ebf7050 + 68da51e commit 7095a37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_policy(SET CMP0091 NEW) # 确保 MSVC 运行时库策略正确
55
# 项目基础配置
66
#-------------------------------------------------------------------------------
77
project(TensorRT-YOLO
8-
VERSION 6.3.1
8+
VERSION 6.3.2
99
LANGUAGES CXX CUDA
1010
DESCRIPTION "🚀 Easier & Faster YOLO Deployment Toolkit for NVIDIA 🛠️"
1111
)

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM nvcr.io/nvidia/tritonserver:24.12-py3-min
77
# 元数据
88
LABEL maintainer="laugh12321@vip.qq.com"
99
LABEL description="🚀 Easier & Faster YOLO Deployment Toolkit for NVIDIA 🛠️"
10-
LABEL version="6.3.1"
10+
LABEL version="6.3.2"
1111

1212
# 从 Python 镜像中复制核心 Python 文件
1313
COPY --from=python_stage /usr/local/bin/python3.12 /usr/local/bin/python3.12

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 settings -----------------------------------------------------------------------------------------------------
66
[project]
7-
version = "6.3.1"
7+
version = "6.3.2"
88
readme = "README.md"
99
name = "tensorrt_yolo"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)