Skip to content

Commit

Permalink
boosting version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Aug 27, 2016
1 parent 984b274 commit fb7eb4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mvpa2/__init__.py
Expand Up @@ -27,7 +27,7 @@
`Yaroslav Halchenko <debian@onerussian.com>`__,
`Nikolaas N. Oosterhof <n.n.oosterhof@googlemail.com>`__
:requires: Python 2.6+
:version: 2.5.0.dev1
:version: 2.6.0
:see: `The PyMVPA webpage <http://www.pymvpa.org>`__
:see: `GIT Repository Browser <http://github.com/PyMVPA/PyMVPA>`__
Expand All @@ -42,7 +42,7 @@
__docformat__ = 'restructuredtext'

# canonical PyMVPA version string
__version__ = '2.5.0.dev1'
__version__ = '2.6.0'

import os
from os.path import join as pathjoin
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -174,7 +174,7 @@ def setup_package():
sys.path.insert(0, src_path)

setup(name='pymvpa2',
version='2.5.0',
version='2.6.0',
author='Michael Hanke, Yaroslav Halchenko, Nikolaas N. Oosterhof',
author_email='pkg-exppsy-pymvpa@lists.alioth.debian.org',
license='MIT License',
Expand Down

0 comments on commit fb7eb4c

Please sign in to comment.