diff --git a/setup.py b/setup.py index 63c02728..3380da40 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ __AUTHOR_EMAIL__ = 'davidhalter88@gmail.com' readme = open('README.rst').read() setup(name='jedi', - version='0.5.0-beta', + version='0.5b1', description='An autocompletion tool for Python that can be used for text editors.', author=__AUTHOR__, author_email=__AUTHOR_EMAIL__,