From 13a3f7577b180baf72e65757961a14e701687381 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Fri, 2 Aug 2019 15:13:11 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ecbc99..1ff0665 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.45", + version="0.46", description="GOG Galaxy Integrations Python API", author='Galaxy team', author_email='galaxy@gog.com',