We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe0596 commit 2d87878Copy full SHA for 2d87878
GraphRicciCurvature/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.4.4"
+__version__ = "0.4.5"
2
__author__ = "Chien-Chun Ni"
3
__email__ = "saibalmars@gmail.com"
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="GraphRicciCurvature",
11
- version="0.4.4",
+ version="0.4.5",
12
author="Chien-Chun Ni",
13
author_email="saibalmars@gmail.com",
14
description="Compute discrete Ricci curvatures and Ricci flow on NetworkX graphs.",
0 commit comments