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 17, 2024
1 parent 5c71381 commit 225e694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = 'h5pandas'
copyright = '2023, Frédéric MASSON'
copyright = '2024, Frédéric MASSON'
author = 'Frédéric MASSON'
release = h5pandas.__version__

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

0 comments on commit 225e694

Please sign in to comment.