Skip to content

Commit 7b3f16b

Browse files
committed
version up
1 parent c4ebbbf commit 7b3f16b

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.0.0'
3+
__version__ = '1.0.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
@@ -1,3 +1,3 @@
1-
__version__ = '1.0.0'
1+
__version__ = '1.0.1'
22

33
__all__ = ['__version__']

0 commit comments

Comments
 (0)