Skip to content

Commit

Permalink
v3.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyzz committed Jul 23, 2023
1 parent 18427db commit cdbaeef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from calibre.customize import InterfaceActionBase

VERSION = (3, 29, 3)
VERSION = (3, 29, 4)


class WordDumbDumb(InterfaceActionBase):
Expand Down
4 changes: 3 additions & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@

CJK_LANGS = ["zh", "ja", "ko"]
PROFICIENCY_VERSION = "0.5.8"
PROFICIENCY_RELEASE_URL = f"https://github.com/xxyzz/Proficiency/releases/download/v{PROFICIENCY_VERSION}"
PROFICIENCY_RELEASE_URL = (
f"https://github.com/xxyzz/Proficiency/releases/download/v{PROFICIENCY_VERSION}"
)
PROFICIENCY_MAJOR_VERSION = PROFICIENCY_VERSION.split(".", 1)[0]


Expand Down

0 comments on commit cdbaeef

Please sign in to comment.