Skip to content

Commit dc81e35

Browse files
committed
update version to 0.3.3
1 parent 7f22d3a commit dc81e35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

h5pyd/version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import sys
1717
import numpy
1818

19-
version = "0.3.2"
19+
version = "0.3.3"
2020

2121
hdf5_version = "REST"
2222

@@ -30,8 +30,8 @@
3030
)
3131
)
3232

33-
api_version_tuple = (0, 3, 2)
34-
api_version = "0.3.2"
33+
api_version_tuple = (0, 3, 3)
34+
api_version = "0.3.3"
3535

3636
__doc__ = """\
3737
This is h5pyd **%s**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
long_description = f.read()
2020

2121
setup(name='h5pyd',
22-
version='0.3.2',
22+
version='0.3.3',
2323
description='h5py compatible client lib for HDF REST API',
2424
long_description=long_description,
2525
url='http://github.com/HDFGroup/h5pyd',

0 commit comments

Comments
 (0)