Skip to content

Commit

Permalink
change version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Feb 25, 2024
1 parent fbc0a0e commit 323700d
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 @@ -4,4 +4,4 @@
from h5py import *
from .group import Group, File

__version__ = "0.7"
__version__ = "0.8"
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.7",
version="0.8",
description="Load hdf5 into Pandas DataFrame instantaneously",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 323700d

Please sign in to comment.