summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-07-10 01:12:12 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-07-10 01:12:12 +0000
commitd1ea19edb0248ed63dac71abaff8f7283b860a04 (patch)
tree56f373f1d064a47a7b95b7868a39d9be2af40673
parent55917950d60a4a3dd26e237231fe499c149368c6 (diff)
downloadsqlalchemy-d1ea19edb0248ed63dac71abaff8f7283b860a04.tar.gz
hey ho alphas got to go
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ba7a9d694..b6f78f08f 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ SQLAlchemy's Advantages:
* The type system allows pre- and post- processing of data, both at the bind parameter and the result set level. User-defined types can be freely mixed with built-in types. Generic types as well as SQL-specific types are available.
""",
classifiers = [
- "Development Status :: 3 - Alpha",
+ "Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",