summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-07-09 11:05:49 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-07-09 11:05:49 -0700
commit80704838e60327f3e3a292f4fb4812039be843df (patch)
treecbce2ddeda2400134ab5de75e6d4117e2a97f2df
parenta22cdffe1d7bdae525113772a05cf7b34a132043 (diff)
downloadnetworkx-80704838e60327f3e3a292f4fb4812039be843df.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 994e0872..96bcf6d2 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.dev0"
+__version__ = "2.6.2.dev0"
def __getattr__(name):