summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-05-31 13:37:08 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-05-31 13:37:08 -0700
commitc444024a550510050b1c17c9fb4baa6a3c7a595d (patch)
treec569d7e94587a5b91f7ec26b2c211eed0ead61e4
parent3bfe402e908dfc5003dd433696da9f51fd54bbe9 (diff)
downloadnetworkx-c444024a550510050b1c17c9fb4baa6a3c7a595d.tar.gz
Bump release version
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 831427cc..0a8ad4d2 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.6rc1"
+__version__ = "2.6rc2.dev0"
def __getattr__(name):