Skip to content

Commit

Permalink
Bump version to 0.2.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiSu authored Jul 24, 2023
1 parent fc6c833 commit 8af07ef
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 @@ -20,7 +20,7 @@
from torch.utils import cpp_extension

# This version string should be updated when releasing a new version.
_VERSION = '0.2.0'
_VERSION = '0.2.1'

RELEASE = os.getenv("RELEASE", "FALSE")
ROOT_PATH = os.path.abspath(os.path.join(os.getcwd()))
Expand Down Expand Up @@ -109,7 +109,7 @@
setup(
name='graphlearn-torch',
version=_VERSION,
author='Baole Ai',
author='GLT Team',
description='Graph Learning for PyTorch (GraphLearn-for-PyTorch)',
url="https://github.com/alibaba/graphlearn-for-pytorch",
python_requires='>=3.6',
Expand Down

0 comments on commit 8af07ef

Please sign in to comment.