Prepare release v10.0.3

This commit is contained in:
NoDRM
2022-07-13 17:21:49 +02:00
parent fed8bb716b
commit 077e8f5c2a
6 changed files with 17 additions and 10 deletions

View File

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