diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-07-10 01:12:12 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-07-10 01:12:12 +0000 |
commit | d1ea19edb0248ed63dac71abaff8f7283b860a04 (patch) | |
tree | 56f373f1d064a47a7b95b7868a39d9be2af40673 | |
parent | 55917950d60a4a3dd26e237231fe499c149368c6 (diff) | |
download | sqlalchemy-d1ea19edb0248ed63dac71abaff8f7283b860a04.tar.gz |
hey ho alphas got to go
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |