summaryrefslogtreecommitdiff
path: root/networkx
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-08-22 06:33:18 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-08-22 06:33:18 -0700
commit608d5e98b2bca16d333f80210e8a5a3d452ad5c1 (patch)
treed61258f77e850198553c4788edb201c94729e4a9 /networkx
parentd35b6865f67c8505055a1b124ecc52db371ff23c (diff)
downloadnetworkx-2.8.6.tar.gz
Designate 2.8.6 releasenetworkx-2.8.6
Diffstat (limited to 'networkx')
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 7a4aeebb..23b65026 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.8.6.dev0"
+__version__ = "2.8.6"
def __getattr__(name):