Skip to content

Commit 39f84c0

Browse files
committed
Auto-generated summary:
Commit Date: File changes: auto_commit.sh | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
1 parent 2753f80 commit 39f84c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auto_commit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# 获取当前本地时间戳
3-
timestamp=$(date +"%Y%m%d%H%M%S")
3+
export timestamp=$(date +"%Y%m%d%H%M%S")
44
# 从 pyproject.toml 中提取并更新版本号
55
old_version=$(sed -n 's/version = "\([0-9\.]*\)"/\1/p' pyproject.toml)
66
old_version_length=$(echo -n "$old_version" | wc -c)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdf_regenerator"
3-
version = "0.0.20240308194407"
3+
version = "0.0.20240308194442"
44
authors = [{name="Talbot3",email="[email protected]"}]
55
description = "PDF Regenerator是一款开源辅助阅读工具,可帮助重新生成 有辅助信息的PDF 文件。"
66
readme = "README.md"

0 commit comments

Comments
 (0)