Skip to content

Commit de8ff87

Browse files
committed
Bump version to v2.0.2
1 parent 44449e7 commit de8ff87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

calibre/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Molyhu(Source):
3131
name = 'Moly.hu Reloaded'
3232
description = _('Downloads metadata and covers from moly.hu. Based on Hokutya Moly_hu plugin.')
3333
author = 'Imre NAGY'
34-
version = (2, 0, 1)
34+
version = (2, 0, 2)
3535
minimum_calibre_version = (5, 0, 0)
3636

3737
MOLY_ID_KEY = 'moly_hu'

moly_hu/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'molyhu'
7-
version = '2.0.1'
7+
version = '2.0.2'
88
description = 'Moly.hu metadata scraper'
99
authors = [
1010
{name = 'Imre NAGY'},

0 commit comments

Comments
 (0)