summaryrefslogtreecommitdiff
path: root/networkx/__init__.py
diff options
context:
space:
mode:
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 d49e31e9..bb77e06d 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.8"
+__version__ = "2.8.9.dev0"
def __getattr__(name):