File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
12
12
13
13
project = 'h5pandas'
14
- copyright = '2023 , Frédéric MASSON'
14
+ copyright = '2024 , Frédéric MASSON'
15
15
author = 'Frédéric MASSON'
16
16
release = h5pandas .__version__
17
17
Original file line number Diff line number Diff line change 3
3
from .dataframe import dataset_to_dataframe
4
4
from h5py import *
5
5
from .group import Group , File
6
- __version__ = "0.4 "
6
+ __version__ = "0.5 "
Original file line number Diff line number Diff line change 15
15
# This call to setup() does all the work
16
16
setup (
17
17
name = "h5pandas" ,
18
- version = "0.4 " ,
18
+ version = "0.5 " ,
19
19
description = "Load hdf5 into Pandas DataFrame instantaneously" ,
20
20
long_description = long_description ,
21
21
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments