version number increase

This commit is contained in:
David Halter
2012-09-18 14:56:22 +02:00
parent ac6fa90a24
commit e889edf244

View File

@@ -8,7 +8,7 @@ __AUTHOR_EMAIL__ = 'davidhalter88@gmail.com'
readme = open('README.rst').read()
setup(name='jedi',
version='0.5b1',
version='0.5b2',
description='An autocompletion tool for Python that can be used for text editors.',
author=__AUTHOR__,
author_email=__AUTHOR_EMAIL__,