🌐 AI搜索 & 代理 主页
REL: Numpy 1.11.0b3 release
diff --git a/setup.py b/setup.py
index 276d7e5..5a08a1d 100755
--- a/setup.py
+++ b/setup.py
@@ -59,8 +59,8 @@
 MAJOR               = 1
 MINOR               = 11
 MICRO               = 0
-ISRELEASED          = False
-VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
+ISRELEASED          = True
+VERSION             = '%d.%d.%db3' % (MAJOR, MINOR, MICRO)
 
 
 # Return the git revision as a string