Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas committed Mar 16, 2011
1 parent d32cddc commit 3e25351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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(),
Expand All @@ -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',
Expand Down

0 comments on commit 3e25351

Please sign in to comment.