We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f22d3a commit dc81e35Copy full SHA for dc81e35
h5pyd/version.py
@@ -16,7 +16,7 @@
16
import sys
17
import numpy
18
19
-version = "0.3.2"
+version = "0.3.3"
20
21
hdf5_version = "REST"
22
@@ -30,8 +30,8 @@
30
)
31
32
33
-api_version_tuple = (0, 3, 2)
34
-api_version = "0.3.2"
+api_version_tuple = (0, 3, 3)
+api_version = "0.3.3"
35
36
__doc__ = """\
37
This is h5pyd **%s**
setup.py
@@ -19,7 +19,7 @@
long_description = f.read()
setup(name='h5pyd',
- version='0.3.2',
+ version='0.3.3',
23
description='h5py compatible client lib for HDF REST API',
24
long_description=long_description,
25
url='http://github.com/HDFGroup/h5pyd',
0 commit comments