summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-05-31 13:26:10 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-05-31 13:26:10 -0700
commit3bfe402e908dfc5003dd433696da9f51fd54bbe9 (patch)
treea575c5f8f278ed8ded978667bf2ae8a16c0b1575
parent37aaa2858ce1d06a2a5df3adbbba88bda828bfc5 (diff)
downloadnetworkx-3bfe402e908dfc5003dd433696da9f51fd54bbe9.tar.gz
Designate 2.6rc1 releasenetworkx-2.6rc1
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index bfd35a5d..831427cc 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.dev0"
+__version__ = "2.6rc1"
def __getattr__(name):