From 5d90ba0c090cbe755121cb91f7403959bd87c848 Mon Sep 17 00:00:00 2001 From: Aliaksei Paulouski Date: Sat, 15 Jun 2019 15:39:52 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f75584e..a657b90 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.34", + version="0.35", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',