Skip to content

Commit a83d38d

Browse files
committed
version up
1 parent b197b25 commit a83d38d

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.4.0'
3+
__version__ = '1.4.1'
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.4.0'
8+
__version__ = '1.4.1'
99

1010
__all__ = [
1111
'is_debug_enabled',

0 commit comments

Comments
 (0)