Skip to content

Commit

Permalink
Auto-generated summary:
Browse files Browse the repository at this point in the history
  Commit Date:
  File changes:
     auto_commit.sh | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  • Loading branch information
Talbot3 committed Mar 8, 2024
1 parent 2753f80 commit 39f84c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto_commit.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# 获取当前本地时间戳
timestamp=$(date +"%Y%m%d%H%M%S")
export timestamp=$(date +"%Y%m%d%H%M%S")
# 从 pyproject.toml 中提取并更新版本号
old_version=$(sed -n 's/version = "\([0-9\.]*\)"/\1/p' pyproject.toml)
old_version_length=$(echo -n "$old_version" | wc -c)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pdf_regenerator"
version = "0.0.20240308194407"
version = "0.0.20240308194442"
authors = [{name="Talbot3",email="[email protected]"}]
description = "PDF Regenerator是一款开源辅助阅读工具,可帮助重新生成 有辅助信息的PDF 文件。"
readme = "README.md"
Expand Down

0 comments on commit 39f84c0

Please sign in to comment.