Skip to content

Commit 406fb63

Browse files
committed
1.1.0
1 parent 85c30ba commit 406fb63

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

docs/source/index.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,3 @@ Documentation
5959

6060
* - :doc:`Utils API <modules/utils>`
6161
- Objective functions, metrics, and utility helpers.
62-
63-
Indices and Tables
64-
------------------
65-
66-
* :ref:`genindex`
67-
* :ref:`modindex`
68-
* :ref:`search`

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import find_packages, setup
22

33
url = "https://github.com/SherylHYX/pytorch_geometric_signed_directed"
4-
__version__ = '1.0.1'
4+
__version__ = '1.1.0'
55

66
with open("README.md", "r", encoding="utf-8") as fh:
77
long_description = fh.read()
@@ -47,7 +47,7 @@
4747
long_description_content_type="text/markdown",
4848
include_package_data=True,
4949
author="Yixuan He",
50-
author_email="yixuan.he@balliol.ox.ac.uk",
50+
author_email="Yixuan.He@asu.edu",
5151
url=url,
5252
download_url='{}/archive/{}.tar.gz'.format(url, __version__),
5353
keywords=keywords,

0 commit comments

Comments
 (0)