summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/release_dev.rst2
-rw-r--r--networkx/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/release_dev.rst b/doc/release/release_dev.rst
index 4c72240e..735bd9d3 100644
--- a/doc/release/release_dev.rst
+++ b/doc/release/release_dev.rst
@@ -3,7 +3,7 @@ NetworkX 3.0 (unreleased)
Release date: TBD
-Supports Python ...
+Supports Python 3.8, 3.9, 3.10, and 3.11.
NetworkX is a Python package for the creation, manipulation, and study of the
structure, dynamics, and functions of complex networks.
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 844962e0..7577f870 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.0b2.dev0"
+__version__ = "3.0rc1"
# These are imported in order as listed