Skip to content

Commit 1a35429

Browse files
author
semantic-release
committed
1.0.1
Automatically generated by python-semantic-release
1 parent cda51fa commit 1a35429

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)