Skip to content

Commit 45c803c

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 2db91c3 commit 45c803c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ BREAKING CHANGE: the protocal of the parameters of csv3file changes ([`7accdff`]
168168

169169
* feat: add save embed func (#22)
170170

171-
* fix: add save embed func
172-
173-
* fix: add save embedding
174-
175-
---------
176-
171+
* fix: add save embed func
172+
173+
* fix: add save embedding
174+
175+
---------
176+
177177
Co-authored-by: galogm <[email protected]> ([`7b46d03`](https://github.com/galogm/graph_datasets/commit/7b46d03d67d3f0c058989076ce923201371c9f4f))
178178

179179

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.14.1'
24+
release = '1.0.0'
2525

2626

2727
# -- General configuration ---------------------------------------------------

graph_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Graph Datasets
22
"""
33

4-
__version__ = "0.14.1"
4+
__version__ = "1.0.0"
55

66
from .load_data import load_data
77
from .utils import *

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.14.1"
7+
version = "1.0.0"
88
authors = [{ name = "galo.gm", email = "[email protected]" }]
99
keywords = ["graph", "datasets"]
1010
description = "Load graph datasets."

0 commit comments

Comments
 (0)