From 692bdbf370b6285c992c4f561f00106c6bfd6614 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Wed, 26 Jun 2019 12:07:28 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cf48618..555c8ea 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.37", + version="0.38", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',