From 8bf367d0f9ecc6d2277d6296eee6ecab2540348e Mon Sep 17 00:00:00 2001 From: Rafal Makagon Date: Mon, 18 Nov 2019 13:59:09 +0100 Subject: [PATCH] Increment vesion --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5723598..663e074 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.56", + version="0.57", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',