summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAric Hagberg <aric.hagberg@gmail.com>2013-08-04 07:56:33 -0600
committerAric Hagberg <aric.hagberg@gmail.com>2013-08-04 07:56:33 -0600
commitfc8e6d25a4e19bce1dc5736cd76c2873ad8898b9 (patch)
tree3cb9c8f3c52fbf5a769250eab2973eafef4380a9
parentb84360600855e1a94b1d21a54f87f863e0e3516c (diff)
downloadnetworkx-1.8.1.tar.gz
Set release to networkx-1.8.1networkx-1.8.1
-rw-r--r--networkx/release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/networkx/release.py b/networkx/release.py
index f8ce20e6..285db5f8 100644
--- a/networkx/release.py
+++ b/networkx/release.py
@@ -201,12 +201,12 @@ def get_info(dynamic=True):
## Version information
name = 'networkx'
major = "1"
-minor = "9"
+minor = "8.1"
## Declare current release as a development release.
## Change to False before tagging a release; then change back.
-dev = True
+dev = False
description = "Python package for creating and manipulating graphs and networks"