summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-02-19 15:22:45 -0800
committerJarrod Millman <jarrod.millman@gmail.com>2022-02-19 15:22:45 -0800
commitdb2b316853a2195a08fdffb0c727b5b05681ad82 (patch)
treed116af9feb9163e986e8ded07036111cbeae9e45
parent572d302a6ed576f86e08192edab52185d4d49654 (diff)
downloadnetworkx-db2b316853a2195a08fdffb0c727b5b05681ad82.tar.gz
Designate 2.7rc1 releasenetworkx-2.7rc1
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 9d535c86..f2ccc54a 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.7rc1"
def __getattr__(name):