Skip to content

Commit

Permalink
to version 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Snow committed Sep 13, 2017
1 parent 15e6f75 commit 08e8157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 '
Expand Down

2 comments on commit 08e8157

@msouff
Copy link

@msouff msouff commented on 08e8157 Sep 14, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome. There was something weird going on with the 2.5.1 version, but whatever it was (we think it was something related to numpy) this version took care of it.

Thanks.

@snowman2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad to hear it is working for you!

Please sign in to comment.