cleanup docs, up version

This commit is contained in:
unknown
2020-02-11 09:53:38 +01:00
parent 0c51ff2cc9
commit 0245e47a74
2 changed files with 2 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="galaxy.plugin.api",
version="0.63",
version="0.64",
description="GOG Galaxy Integrations Python API",
author='Galaxy team',
author_email='galaxy@gog.com',

View File

@@ -1039,11 +1039,9 @@ class Plugin:
"""Override this method to handle operations after local game size import is finished (like updating cache)."""
async def get_subscriptions(self) -> List[Subscription]:
"""Override this method to return a list of available
"""Override this method to return a list of
Subscriptions available on platform.
This method is called by the GOG Galaxy Client.
Example of possible override of the method:
"""
raise NotImplementedError()