From cec36695b6f9e6072fe6ad54e007b8c7014389dd Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Tue, 13 Aug 2019 16:08:59 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ff0665..5996bfd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.46", + version="0.47", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',