Skip to content

Commit 225e694

Browse files
committedFeb 17, 2024
update version number
1 parent 5c71381 commit 225e694

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1212

1313
project = 'h5pandas'
14-
copyright = '2023, Frédéric MASSON'
14+
copyright = '2024, Frédéric MASSON'
1515
author = 'Frédéric MASSON'
1616
release = h5pandas.__version__
1717

‎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.4"
6+
__version__ = "0.5"

‎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.4",
18+
version="0.5",
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)