From 045a29d7cb01440be646cb17f7ad7bf9a54d833b Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 19 Feb 2022 15:31:52 -0800 Subject: Bump release version --- networkx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networkx/__init__.py b/networkx/__init__.py index f2ccc54a..e132b0a5 100644 --- a/networkx/__init__.py +++ b/networkx/__init__.py @@ -8,7 +8,7 @@ structure, dynamics, and functions of complex networks. See https://networkx.org for complete documentation. """ -__version__ = "2.7rc1" +__version__ = "2.7rc2.dev0" def __getattr__(name): -- cgit v1.2.1