From d73d048ff77a52c97f708aab138517498c8ee29e Mon Sep 17 00:00:00 2001 From: Pawel Kierski Date: Tue, 12 Mar 2019 16:10:23 +0100 Subject: [PATCH] Increment version to 0.17 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8330390..1e6e15e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.16", + version="0.17", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',