From c591efc4935af6167bda53902729b0d3130f489d Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Tue, 16 Apr 2019 10:27:07 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4d7748..15bef57 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.21", + version="0.22", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',