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 b197b25 commit a83d38dCopy full SHA for a83d38d
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-__version__ = '1.4.0'
+__version__ = '1.4.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