summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-03-05 06:37:54 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2022-03-05 06:37:54 -0800
commit8594a68e3e9ee3a373fe626b0ab1176023acb17f (patch)
treea751539c0da25393c2cb4384e6818bd194603032
parent6be45f098379a30d9d0a03d6d5ce887adef041b1 (diff)
downloadnetworkx-8594a68e3e9ee3a373fe626b0ab1176023acb17f.tar.gz
Designate 2.7.1 releasenetworkx-2.7.1
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index c0e24085..92d4e404 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.7.1rc1.dev0"
+__version__ = "2.7.1"
def __getattr__(name):