From 6fd5e5e32db9eaa5382f46571a7144b5a92498e5 Mon Sep 17 00:00:00 2001 From: Francesco Lotito Date: Tue, 14 Nov 2023 17:32:00 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 49f3f8c..bad2a36 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(*paths, **kwargs): setup( name='hypergraphx', - version='1.7.1', + version='1.7.2', license='BSD-3-Clause license', description='HGX is a multi-purpose, open-source Python library for higher-order network analysis', long_description=read("README.md"),