Skip to content

Commit 29c6207

Browse files
committed
Update version number
1 parent c4dfb01 commit 29c6207

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
@@ -4,4 +4,4 @@
44
from h5py import *
55
from .group import Group, File
66

7-
__version__ = "0.10"
7+
__version__ = "0.11"

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