Skip to content

Commit

Permalink
DNNTSPO
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jul 25, 2021
1 parent c795ab6 commit 765ce2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
setup(
name = "torch_geometric_temporal",
packages = find_packages(),
version = "0.38",
version = "0.39",
license = "MIT",
description = "A Temporal Extension Library for PyTorch Geometric.",
author = "Benedek Rozemberczki",
author_email = "benedek.rozemberczki@gmail.com",
url = "https://github.com/benedekrozemberczki/pytorch_geometric_temporal",
download_url = "https://github.com/benedekrozemberczki/pytorch_geometric_temporal/archive/v_00038.tar.gz",
download_url = "https://github.com/benedekrozemberczki/pytorch_geometric_temporal/archive/v_00039.tar.gz",
keywords = keywords,
install_requires = install_requires,
setup_requires = setup_requires,
Expand Down

0 comments on commit 765ce2d

Please sign in to comment.