Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 12, 2024
1 parent 74ed43b commit 58c1c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend="flit_core.buildapi"

[project]
name="torch_geometric"
version="2.5.0"
version="2.5.1"
authors=[
{name="Matthias Fey", email="matthias@pyg.org"},
]
Expand Down
2 changes: 1 addition & 1 deletion torch_geometric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
contrib = LazyLoader('contrib', globals(), 'torch_geometric.contrib')
graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')

__version__ = '2.5.0'
__version__ = '2.5.1'

__all__ = [
'EdgeIndex',
Expand Down

0 comments on commit 58c1c62

Please sign in to comment.