-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88cc03c
commit 204d71f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,13 +45,13 @@ | |
setup( | ||
name="torch_geometric_temporal", | ||
packages=find_packages(), | ||
version="0.41", | ||
version="0.42", | ||
license="MIT", | ||
description="A Temporal Extension Library for PyTorch Geometric.", | ||
author="Benedek Rozemberczki", | ||
author_email="[email protected]", | ||
url="https://github.com/benedekrozemberczki/pytorch_geometric_temporal", | ||
download_url="https://github.com/benedekrozemberczki/pytorch_geometric_temporal/archive/v_00041.tar.gz", | ||
download_url="https://github.com/benedekrozemberczki/pytorch_geometric_temporal/archive/v_00042.tar.gz", | ||
keywords=keywords, | ||
install_requires=install_requires, | ||
setup_requires=setup_requires, | ||
|