summaryrefslogtreecommitdiff
path: root/networkx/__init__.py
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2023-04-04 13:26:39 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2023-04-04 13:26:39 -0700
commit67d210d23bb41c04f5241a89893e12dd3fda6131 (patch)
tree2bde80771eeab73e9091187df572793c91800880 /networkx/__init__.py
parent9210d9c5bb9875caae0c7be2214abebfdd9255d2 (diff)
downloadnetworkx-67d210d23bb41c04f5241a89893e12dd3fda6131.tar.gz
Bump release version
Diffstat (limited to 'networkx/__init__.py')
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 0c724c34..433f87cd 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.1"
+__version__ = "3.2rc0.dev0"
# These are imported in order as listed