From 6c0389834b0a76e9405d4829031c4ac6ed08810b Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Thu, 21 Feb 2019 15:29:39 +0100 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 073b615..87f73ee 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.6", + version="0.7", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',