Skip to content

Commit

Permalink
Update 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Jan 19, 2022
1 parent e9d1589 commit d3a6a55
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 @@ -43,13 +43,13 @@
setup(
name="torch_geometric_temporal",
packages=find_packages(),
version="0.5.0",
version="0.50.0",
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/v0.5.0.tar.gz",
download_url="https://github.com/benedekrozemberczki/pytorch_geometric_temporal/archive/v0.50.0.tar.gz",
keywords=keywords,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit d3a6a55

Please sign in to comment.