Skip to content

Commit 9645300

Browse files
committed
version up
1 parent e0537db commit 9645300

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__ = '0.3.0'
3+
__version__ = '0.3.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__ = '0.3.0'
1+
__version__ = '0.3.1'
22

33
__all__ = ['__version__']

0 commit comments

Comments
 (0)