Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
[version] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
IceflowRE committed Sep 8, 2020
1 parent 423eb41 commit 0c282bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='unidown-mr_de',
version='1.0.1',
version='1.0.2',
description='MR german books plugin for unidown.',
long_description=long_description,
author='Iceflower S',
Expand Down
2 changes: 1 addition & 1 deletion unidown_mr_de/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Plugin(APlugin):
"""
Plugin class, derived from APlugin.
"""
_info = PluginInfo('mr_de', '1.0.0', 'www.mobileread.com')
_info = PluginInfo('mr_de', '1.0.2', 'www.mobileread.com')

def __init__(self, settings: Settings, options: Dict[str, Any] = None):
super().__init__(settings, options)
Expand Down

0 comments on commit 0c282bc

Please sign in to comment.