summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-06-13 21:00:23 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2022-06-13 21:00:23 -0700
commitb894696b32edec7581c67b327648ef330dfa24a4 (patch)
tree6f2e45b19bffa3df22d76c4a1b82e8327c7f8b85
parentea424eb9157e2f3ac76ad4c6e3871ed6791ffd07 (diff)
downloadnetworkx-b894696b32edec7581c67b327648ef330dfa24a4.tar.gz
Designate 2.8.4 releasenetworkx-2.8.4
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 41914731..d37d0bde 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__ = "2.8.4rc1.dev0"
+__version__ = "2.8.4"
def __getattr__(name):