File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## v0.8.2 (2023-12-14)
6+
7+ ### Fix
8+
9+ * fix: update dependencies ([ ` b409c74 ` ] ( https://github.com/galogm/graph_datasets/commit/b409c7461cbdf1d57469b31df8b54da964fc89c6 ) )
10+
11+
512## v0.8.1 (2023-12-12)
613
714### Fix
Original file line number Diff line number Diff line change 2121author = 'Galo.gm'
2222
2323# The full version, including alpha/beta/rc tags
24- release = '0.8.1 '
24+ release = '0.8.2 '
2525
2626
2727# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11"""Graph Datasets
22"""
3- __version__ = "0.8.1 "
3+ __version__ = "0.8.2 "
44
55from .load_data import load_data
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " graph_datasets"
7- version = " 0.8.1 "
7+ version = " 0.8.2 "
88authors = [{
name =
" galo.gm" ,
email =
" [email protected] " }]
99keywords = [" graph" , " datasets" ]
1010description = " Load graph datasets."
You can’t perform that action at this time.
0 commit comments