Skip to content

Commit

Permalink
clearning up for 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shenyangHuang committed Jun 26, 2024
1 parent ee7ccbc commit 6c5a94a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 24 deletions.
2 changes: 0 additions & 2 deletions env.sh

This file was deleted.

18 changes: 0 additions & 18 deletions get_croissant.py

This file was deleted.

1 change: 0 additions & 1 deletion mila.sh

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tool.poetry]
name = "py-tgb"
version = "0.9.2"
version = "2.0.0"
description = "Temporal Graph Benchmark project repo"
authors = ["shenyang Huang <shenyang.huang@mail.mcgill.ca>", "Farimah Poursafaei", "Emanuele Rossi <emanuele.rossi1909@gmail.com>", "Jacob Danovitch <jacob.danovitch@mila.quebec>"]
authors = ["shenyang Huang <shenyang.huang@mail.mcgill.ca>", "Julia Gastinger", "Farimah Poursafaei", "Emanuele Rossi <emanuele.rossi1909@gmail.com>", "Jacob Danovitch <jacob.danovitch@mila.quebec>"]
readme = "README.md"
packages = [{include = "tgb"}]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from setuptools import setup, find_packages

setup(name="py-tgb", version="0.9.2", packages=find_packages())
setup(name="py-tgb", version="2.0.0", packages=find_packages())

0 comments on commit 6c5a94a

Please sign in to comment.