From da59670d8ec0b4cf6377558f8c85f281ce74124c Mon Sep 17 00:00:00 2001 From: Rafal Makagon Date: Fri, 14 Jun 2019 16:35:20 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 02ae4a5..f75584e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.33.1", + version="0.34", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',