Skip to content

Commit

Permalink
updated version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Dec 1, 2017
1 parent 77bf048 commit 0869b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions h5pyd/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import sys
import numpy

version = "0.2.6"
version = "0.2.7"

hdf5_version = "REST"

Expand All @@ -30,8 +30,8 @@
)
)

api_version_tuple = (0, 2, 6)
api_version = "0.2.6"
api_version_tuple = (0, 2, 7)
api_version = "0.2.7"

__doc__ = """\
This is h5pyd **%s**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description = f.read()

setup(name='h5pyd',
version='0.2.6',
version='0.2.7',
description='h5py compatible client lib for HDF REST API',
long_description=long_description,
url='http://github.com/HDFGroup/h5pyd',
Expand Down

0 comments on commit 0869b9e

Please sign in to comment.