Skip to content

Commit a5bbe84

Browse files
author
github-actions
committed
0.8.2
Automatically generated by python-semantic-release
1 parent b409c74 commit a5bbe84

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author = '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 ---------------------------------------------------

graph_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Graph Datasets
22
"""
3-
__version__ = "0.8.1"
3+
__version__ = "0.8.2"
44

55
from .load_data import load_data

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "graph_datasets"
7-
version = "0.8.1"
7+
version = "0.8.2"
88
authors = [{ name = "galo.gm", email = "[email protected]" }]
99
keywords = ["graph", "datasets"]
1010
description = "Load graph datasets."

0 commit comments

Comments
 (0)