From 4f3b296b8c882acac1086c8ed2787c2d8aa97587 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Thu, 6 Jul 2017 13:31:52 -0500 Subject: [PATCH] moved version number to 2.5.0 --- 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 38cbe1a..bf00ba7 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.4.3' +version = u'2.5.0' # The full version, including alpha/beta/rc tags. -release = u'2.4.3' +release = u'2.5.0' # 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 c0660e6..8799cb6 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='RAPIDpy', - version='2.4.3', + version='2.5.0', 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 '