Skip to content

Commit

Permalink
update to version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Feb 18, 2024
1 parent 962d748 commit 9abf2ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h5pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .dataframe import dataset_to_dataframe
from h5py import *
from .group import Group, File
__version__ = "0.5"
__version__ = "0.6"
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.5",
version="0.6",
description="Load hdf5 into Pandas DataFrame instantaneously",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9abf2ef

Please sign in to comment.