We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4dfb01 commit 29c6207Copy full SHA for 29c6207
h5pandas/__init__.py
@@ -4,4 +4,4 @@
4
from h5py import *
5
from .group import Group, File
6
7
-__version__ = "0.10"
+__version__ = "0.11"
setup.py
@@ -15,7 +15,7 @@
15
# This call to setup() does all the work
16
setup(
17
name="h5pandas",
18
- version="0.10",
+ version="0.11",
19
description="Load hdf5 into Pandas DataFrame instantaneously",
20
long_description=long_description,
21
long_description_content_type="text/markdown",
0 commit comments