Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jan 25, 2019
1 parent d710d31 commit 9ef6ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '1.0.1'
__version__ = '1.0.2'
url = 'https://github.com/rusty1s/pytorch_geometric'

install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion torch_geometric/__init__.py
@@ -1,3 +1,3 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

__all__ = ['__version__']

0 comments on commit 9ef6ad5

Please sign in to comment.