Skip to content

Commit 58c1c62

Browse files
committed
update
1 parent 74ed43b commit 58c1c62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

55
[project]
66
name="torch_geometric"
7-
version="2.5.0"
7+
version="2.5.1"
88
authors=[
99
{name="Matthias Fey", email="[email protected]"},
1010
]

torch_geometric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
contrib = LazyLoader('contrib', globals(), 'torch_geometric.contrib')
2323
graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')
2424

25-
__version__ = '2.5.0'
25+
__version__ = '2.5.1'
2626

2727
__all__ = [
2828
'EdgeIndex',

0 commit comments

Comments
 (0)