From 1356c4222e29603356f47207a50fac76de8c2bde Mon Sep 17 00:00:00 2001 From: Tanguy Fardet Date: Mon, 17 Apr 2023 15:21:33 +0200 Subject: [PATCH] Version 2.7.0 Support graph-tool >= 2.4.6 Support networkx >= 3 Move to pyproject.toml Make project REUSE compliant Fix bug for igraph node attributes --- nngt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nngt/__init__.py b/nngt/__init__.py index 652310b..53a4113 100644 --- a/nngt/__init__.py +++ b/nngt/__init__.py @@ -71,7 +71,7 @@ import numpy as _np -__version__ = '2.7.0-dev' +__version__ = '2.7.0' # ----------------------- #