浏览代码

release: 1.8.3

Byaidu 1 年之前
父节点
当前提交
2bf08345d8
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pdf2zh/__init__.py
  2. 1 1
      pyproject.toml

+ 1 - 1
pdf2zh/__init__.py

@@ -2,5 +2,5 @@ import logging
 
 
 log = logging.getLogger(__name__)
 log = logging.getLogger(__name__)
 
 
-__version__ = "1.8.2"
+__version__ = "1.8.3"
 __author__ = "Byaidu"
 __author__ = "Byaidu"

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [project]
 [project]
 name = "pdf2zh"
 name = "pdf2zh"
-version = "1.8.2"
+version = "1.8.3"
 description = "Latex PDF Translator"
 description = "Latex PDF Translator"
 authors = [{ name = "Byaidu", email = "byaidux@gmail.com" }]
 authors = [{ name = "Byaidu", email = "byaidux@gmail.com" }]
 license = "AGPL-3.0"
 license = "AGPL-3.0"