From 3e34edf5e7cad5d4a170af83e674658f23ead4e6 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Wed, 13 Feb 2019 08:23:07 +0100 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 765b3e7..8e88cf4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.1", + version="0.2", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',