1 parent 44449e7 commit de8ff87Copy full SHA for de8ff87
2 files changed
calibre/__init__.py
@@ -31,7 +31,7 @@ class Molyhu(Source):
31
name = 'Moly.hu Reloaded'
32
description = _('Downloads metadata and covers from moly.hu. Based on Hokutya Moly_hu plugin.')
33
author = 'Imre NAGY'
34
- version = (2, 0, 1)
+ version = (2, 0, 2)
35
minimum_calibre_version = (5, 0, 0)
36
37
MOLY_ID_KEY = 'moly_hu'
moly_hu/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
4
5
[project]
6
name = 'molyhu'
7
-version = '2.0.1'
+version = '2.0.2'
8
description = 'Moly.hu metadata scraper'
9
authors = [
10
{name = 'Imre NAGY'},
0 commit comments