Skip to content

Commit

Permalink
Merge pull request h5py#674 from h5py/version_bump
Browse files Browse the repository at this point in the history
Bump version number
  • Loading branch information
andrewcollette committed Feb 2, 2016
2 parents beab780 + 6d9c10b commit 1a0ac18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '2.5'
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = '2.5.0'
release = '2.6.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion h5py/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import sys
import numpy

version = "2.5.0"
version = "2.6.0"

_exp = _sv(version)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import setup_build, setup_configure


VERSION = '2.5.0'
VERSION = '2.6.0'

NUMPY_DEP = 'numpy>=1.6.1'

Expand Down

0 comments on commit 1a0ac18

Please sign in to comment.