diff --git a/setup.py b/setup.py index d7a9dd54..b064604e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ readme = open('README.rst').read() setup(name='jedi', - version='0.5b3', + version='0.5b4', description='An autocompletion tool for Python that can be used for text editors.', author=__AUTHOR__, author_email=__AUTHOR_EMAIL__,