Skip to content

Commit 881d5ba

Browse files
committed
version up
1 parent 40511d8 commit 881d5ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = '1.3.1'
3+
__version__ = '1.3.2'
44
url = 'https://github.com/rusty1s/pytorch_geometric'
55

66
install_requires = [

torch_geometric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import torch_geometric.transforms
66
import torch_geometric.utils
77

8-
__version__ = '1.3.1'
8+
__version__ = '1.3.2'
99

1010
__all__ = [
1111
'is_debug_enabled',

0 commit comments

Comments
 (0)