From bd393a96f0116d20f6c269e63d3292147e4f998c Mon Sep 17 00:00:00 2001 From: Rafal Makagon Date: Fri, 31 May 2019 11:50:53 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2de54bc..998a8c9 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.31.1", + version="0.31.2", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',