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 e8f0856 commit 719b011Copy full SHA for 719b011
GraphRicciCurvature/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.4.3.1"
+__version__ = "0.4.4"
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.3.1",
+ version="0.4.4",
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