Skip to content

Commit 9abf2ef

Browse files
committed
update to version 0.6
1 parent 962d748 commit 9abf2ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

h5pandas/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .dataframe import dataset_to_dataframe
44
from h5py import *
55
from .group import Group, File
6-
__version__ = "0.5"
6+
__version__ = "0.6"

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.5",
18+
version="0.6",
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)