Prepare release candidate v10.0.9

This commit is contained in:
NoDRM
2023-08-02 07:39:35 +02:00
parent 2a1413297e
commit b9bad26d4b
8 changed files with 25 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
#@@CALIBRE_COMPAT_CODE@@
PLUGIN_NAME = "DeDRM"
__version__ = '10.0.3'
__version__ = '10.0.9'
PLUGIN_VERSION_TUPLE = tuple([int(x) for x in __version__.split(".")])
PLUGIN_VERSION = ".".join([str(x)for x in PLUGIN_VERSION_TUPLE])