summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-10-12 11:24:56 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-10-12 11:24:56 -0700
commit231d2c810885dc180a5f6dd6f33df63b2679bcfc (patch)
treec0ad8283cca8eaef313e07b19636a8cf34a642e2
parent8a325d26aa7fdd3a72580c4720fa97f971bbefcb (diff)
downloadnetworkx-231d2c810885dc180a5f6dd6f33df63b2679bcfc.tar.gz
Designate 3.0b1 releasenetworkx-3.0b1
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 5b56e346..e33d499e 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.0b1.dev0"
+__version__ = "3.0b1"
# These are imported in order as listed