Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 29, 2019
1 parent f8eead7 commit 58ff903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '1.3.0'
__version__ = '1.3.1'
url = 'https://github.com/rusty1s/pytorch_geometric'

install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion torch_geometric/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import torch_geometric.transforms
import torch_geometric.utils

__version__ = '1.3.0'
__version__ = '1.3.1'

__all__ = [
'is_debug_enabled',
Expand Down

0 comments on commit 58ff903

Please sign in to comment.