summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-09-08 12:51:30 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-09-08 12:51:30 -0700
commit36369bad70dbf5cc5b52dcd175d1a60b50d29e37 (patch)
tree5e0c924d1a954491ff2dfbab062e44c53d72d698
parent9900703ae1d061141ceb312b8344a282c2c8bda6 (diff)
downloadnetworkx-36369bad70dbf5cc5b52dcd175d1a60b50d29e37.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 ecaedb5c..44378319 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.6.2"
+__version__ = "2.6.3.dev0"
def __getattr__(name):