Browse Source

release: 1.8.3

Byaidu 1 year ago
parent
commit
2bf08345d8
2 changed files with 2 additions and 2 deletions
  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__)
 
-__version__ = "1.8.2"
+__version__ = "1.8.3"
 __author__ = "Byaidu"

+ 1 - 1
pyproject.toml

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