Skip to content

Commit

Permalink
Adjusted version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Satsuoni committed Jun 24, 2023
1 parent 833c304 commit 73a608a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DeDRM_plugin/__version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#@@CALIBRE_COMPAT_CODE@@

PLUGIN_NAME = "DeDRM"
__version__ = '10.0.5s'
__version__ = '10.0.5'

PLUGIN_VERSION_TUPLE = tuple([int(x) for x in __version__.split(".")])
PLUGIN_VERSION = ".".join([str(x)for x in PLUGIN_VERSION_TUPLE])
Expand Down

0 comments on commit 73a608a

Please sign in to comment.