Skip to content

Commit 3103d57

Browse files
Updates author and version
1 parent 2af5295 commit 3103d57

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
store_version = 5 # Needed for dynamic plugin loading
55

66
__license__ = 'MIT'
7-
__copyright__ = 'Jay Harris <jay.harris@outlook.co.nz>'
7+
__copyright__ = 'Fallacious Reasoning'
88
__docformat__ = 'restructuredtext en'
99

1010
#####################################################################
@@ -15,9 +15,9 @@
1515

1616
PLUGIN_NAME = 'Libgen Fiction'
1717
PLUGIN_DESCRIPTION = 'Adds a Libfen Fiction search provider to Calibre'
18-
PLUGIN_VERSION_TUPLE = (0, 0, 0)
18+
PLUGIN_VERSION_TUPLE = (0, 1, 0)
1919
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
20-
PLUGIN_AUTHORS = "Jay Harris <jay.harris@outlook.co.nz"
20+
PLUGIN_AUTHORS = "Fallacious Reasoning (https://github.com/fallaciousreasoning/CalibreLibgenStore)"
2121

2222
#####################################################################
2323

@@ -90,7 +90,6 @@ class LibgenStoreWrapper(StoreBase):
9090
author = PLUGIN_AUTHORS
9191
version = PLUGIN_VERSION_TUPLE
9292
minimum_calibre_version = (1, 0, 0)
93-
#actual_plugin = "calibre_plugins.liben_fiction.LibgenStore"
9493
affiliate = False
9594

9695
def load_actual_plugin(self, gui):

0 commit comments

Comments
 (0)