From 80f40b1971b93801c16bad34f3b990c4019a45cb Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Wed, 29 May 2019 13:04:17 +0200 Subject: [PATCH] Increment version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dab7886..2de54bc 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", + version="0.31.1", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',