summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2023-03-30 14:42:37 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2023-03-30 14:42:37 -0700
commit7b8dea857a015f06c0305edbc0b0ca8314f81f2e (patch)
tree742917e79b482263d8206e37c0a2352bd98e9ed0
parentfb1ab59cd5c315d4771d08c5beea38b95694ec6b (diff)
downloadnetworkx-7b8dea857a015f06c0305edbc0b0ca8314f81f2e.tar.gz
Bump release version
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 62afc3f1..6c6310f6 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.1rc0"
+__version__ = "3.1rc1.dev0"
# These are imported in order as listed