Skip to content

Commit 2d87878

Browse files
committed
bump version
1 parent cfe0596 commit 2d87878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

GraphRicciCurvature/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.4.5"
22
__author__ = "Chien-Chun Ni"
33
__email__ = "saibalmars@gmail.com"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="GraphRicciCurvature",
11-
version="0.4.4",
11+
version="0.4.5",
1212
author="Chien-Chun Ni",
1313
author_email="saibalmars@gmail.com",
1414
description="Compute discrete Ricci curvatures and Ricci flow on NetworkX graphs.",

0 commit comments

Comments
 (0)