Skip to content

Commit

Permalink
PTGT
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Aug 4, 2021
1 parent ac792eb commit cb4a6c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.39",
version = "0.40",
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_00039.tar.gz",
download_url = "https://github.com/benedekrozemberczki/pytorch_geometric_temporal/archive/v_00040.tar.gz",
keywords = keywords,
install_requires = install_requires,
setup_requires = setup_requires,
Expand Down
2 changes: 1 addition & 1 deletion torch_geometric_temporal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from torch_geometric_temporal.dataset import *
from torch_geometric_temporal.signal import *

__version__ = '0.39'
__version__ = '0.40'

__all__ = [
'torch_geometric',
Expand Down

0 comments on commit cb4a6c2

Please sign in to comment.