🌐 AI搜索 & 代理 主页
REL: NumPy 1.19.5 release.
diff --git a/setup.py b/setup.py
index fd0c3de..1236294 100755
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@
 MAJOR               = 1
 MINOR               = 19
 MICRO               = 5
-ISRELEASED          = False
+ISRELEASED          = True
 VERSION             = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
 
 # The first version not in the `Programming Language :: Python :: ...` classifiers above