From fde1ad007982712c145507b6de0e29875f51bf0c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 8 Aug 2011 02:21:53 +0200
Subject: [PATCH] Mark PyOpenCL 'stable'.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 655bffd7..78a87001 100644
--- a/setup.py
+++ b/setup.py
@@ -180,7 +180,7 @@ def main():
             url="http://mathema.tician.de/software/pyopencl",
             classifiers=[
               'Environment :: Console',
-              'Development Status :: 4 - Beta',
+              'Development Status :: 5 - Production/Stable',
               'Intended Audience :: Developers',
               'Intended Audience :: Other Audience',
               'Intended Audience :: Science/Research',
-- 
GitLab