From 479023863820646c17bd89c0a2eb43f1d13a65a6 Mon Sep 17 00:00:00 2001 From: Pawel Czoppa Date: Mon, 17 Jun 2019 17:38:43 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a657b90..6416391 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.35", + version="0.35.1", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',