Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Dec 21, 2021
1 parent b12499d commit 95ef04f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Expand Up @@ -8,6 +8,6 @@ authors:
- family-names: "Lenssen"
given-names: "Jan Eric"
date-released: 2019-05-06
version: 2.0.2
version: 2.0.3
license: MIT
url: "https://github.com/pyg-team/pytorch_geometric"
2 changes: 1 addition & 1 deletion conda/pyg/meta.yaml
@@ -1,6 +1,6 @@
package:
name: pyg
version: 2.0.2
version: 2.0.3

source:
path: ../..
Expand Down
2 changes: 1 addition & 1 deletion conda/pytorch-geometric/meta.yaml
@@ -1,6 +1,6 @@
package:
name: pytorch-geometric
version: 2.0.2
version: 2.0.3

source:
path: ../..
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = '2.0.2'
__version__ = '2.0.3'
URL = 'https://github.com/pyg-team/pytorch_geometric'

install_requires = [
Expand Down
2 changes: 1 addition & 1 deletion torch_geometric/__init__.py
Expand Up @@ -39,7 +39,7 @@ def __dir__(self):
nn = LazyLoader('nn', globals(), 'torch_geometric.nn')
graphgym = LazyLoader('graphgym', globals(), 'torch_geometric.graphgym')

__version__ = '2.0.2'
__version__ = '2.0.3'

__all__ = [
'seed_everything',
Expand Down

0 comments on commit 95ef04f

Please sign in to comment.