From a83f348d7d712cc9c4434502f14e80e43a4e51ad Mon Sep 17 00:00:00 2001 From: Romuald Bierbasz Date: Tue, 10 Dec 2019 16:02:40 +0100 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 861e285..e9dd227 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.61", + version="0.62", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',