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