From 96cb48fcaf5d0dea273e420d04806dc71874396c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mieszko=20Ba=C5=84czerowski?= Date: Fri, 18 Sep 2020 11:01:55 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3cd4f6..2067eb6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.66.0", + version="0.67.0", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',