diff --git a/setup.py b/setup.py index ead800a..f3eb423 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='django-beanstalkd', - version='0.1', + version='0.2', description='A convenience wrapper for beanstalkd clients and workers ' 'in Django using the beanstalkc library for Python', long_description=open('README.md').read(), @@ -16,7 +16,7 @@ zip_safe=False, install_requires=['pyyaml', 'beanstalkc'], classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',