Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jan 15, 2019
1 parent c4ebbbf commit 7b3f16b
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.0.0'
__version__ = '1.0.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
@@ -1,3 +1,3 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

__all__ = ['__version__']

0 comments on commit 7b3f16b

Please sign in to comment.