Skip to content

Commit 8177c02

Browse files
committed
update version number
1 parent a1a05ac commit 8177c02

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

h5pandas/__init__.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from .h5array import HDF5ExtensionArray
22
from .h5datatype import HDF5Dtype
3-
from .dataframe import dataset_to_dataframe
3+
from .dataframe import dataset_to_dataframe, dataframe_to_hdf5, ndarray_to_hdf5
44
from h5py import *
55
from .group import Group, File
6-
__version__ = "0.6"
6+
7+
__version__ = "0.7"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This call to setup() does all the work
1616
setup(
1717
name="h5pandas",
18-
version="0.6",
18+
version="0.7",
1919
description="Load hdf5 into Pandas DataFrame instantaneously",
2020
long_description=long_description,
2121
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)