summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-09-09 15:05:09 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2021-09-09 15:05:09 -0700
commitf4b528e230c6faadd5a2d426b39c29a0a165c38c (patch)
tree8765a053f36bb31f88ddeecc965703266246ea8b
parent9a9f0d93a3aa57abbc8697c9dac9a395d1954ee9 (diff)
downloadnetworkx-v2.6.tar.gz
Designate 2.6.3 releasenetworkx-2.6.3v2.6
-rw-r--r--networkx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/__init__.py b/networkx/__init__.py
index 44378319..bd939138 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.3.dev0"
+__version__ = "2.6.3"
def __getattr__(name):