From 4d6d3b8eb24a27140d6cb2e55502e1e662aa7d59 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Wed, 18 Sep 2019 12:16:34 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4aaebc2..fd7cebc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.49", + version="0.50", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',