summaryrefslogtreecommitdiff
path: root/networkx
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2023-04-04 12:40:23 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2023-04-04 12:40:23 -0700
commit9210d9c5bb9875caae0c7be2214abebfdd9255d2 (patch)
treecc52604cc51c50f7651d5bc08328b0c708896223 /networkx
parent13ea1f11c442e80f96805af804bdf13932de8bb2 (diff)
downloadnetworkx-9210d9c5bb9875caae0c7be2214abebfdd9255d2.tar.gz
Designate 3.1 releasenetworkx-3.1
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 6c6310f6..0c724c34 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__ = "3.1rc1.dev0"
+__version__ = "3.1"
# These are imported in order as listed