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