File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 11from setuptools import find_packages , setup
22
33url = "https://github.com/SherylHYX/pytorch_geometric_signed_directed"
4- __version__ = '1.0.1 '
4+ __version__ = '1.1.0 '
55
66with open ("README.md" , "r" , encoding = "utf-8" ) as fh :
77 long_description = fh .read ()
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 ,
You can’t perform that action at this time.
0 commit comments