From aa7b398d3b4921d30c7238c48b4b252ea73dc723 Mon Sep 17 00:00:00 2001 From: Aleksej Pawlowskij Date: Thu, 5 Sep 2019 08:55:22 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3410a79..4aaebc2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.48", + version="0.49", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',