From 08e81572fc47e97de88a1eb34d80029b9ffbc5ba Mon Sep 17 00:00:00 2001 From: Alan Snow Date: Wed, 13 Sep 2017 09:29:09 -0500 Subject: [PATCH] to version 2.5.2 --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a5d3ced..6bfe00f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,9 +76,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = u'2.5.1' +version = u'2.5.2' # The full version, including alpha/beta/rc tags. -release = u'2.5.1' +release = u'2.5.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 8c7c688..43e92b2 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='RAPIDpy', - version='2.5.1', + version='2.5.2', description='Python interface for RAPID (rapid-hub.org)', long_description='RAPIDpy is a python interface for RAPID that assists ' 'to prepare inputs, runs the RAPID program, and provides '