We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8eead7 commit 58ff903Copy full SHA for 58ff903
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-__version__ = '1.3.0'
+__version__ = '1.3.1'
4
url = 'https://github.com/rusty1s/pytorch_geometric'
5
6
install_requires = [
torch_geometric/__init__.py
@@ -5,7 +5,7 @@
import torch_geometric.transforms
import torch_geometric.utils
7
8
9
10
__all__ = [
11
'is_debug_enabled',
0 commit comments