Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Feb 24, 2024
1 parent a1a05ac commit 8177c02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions h5pandas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from .h5array import HDF5ExtensionArray
from .h5datatype import HDF5Dtype
from .dataframe import dataset_to_dataframe
from .dataframe import dataset_to_dataframe, dataframe_to_hdf5, ndarray_to_hdf5
from h5py import *
from .group import Group, File
__version__ = "0.6"

__version__ = "0.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# This call to setup() does all the work
setup(
name="h5pandas",
version="0.6",
version="0.7",
description="Load hdf5 into Pandas DataFrame instantaneously",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8177c02

Please sign in to comment.