From e889edf2449af4e8ed83e3dc999e38ccb9ecb76b Mon Sep 17 00:00:00 2001 From: David Halter Date: Tue, 18 Sep 2012 14:56:22 +0200 Subject: [PATCH] version number increase --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3380da40..801a89e9 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.5b1', + version='0.5b2', description='An autocompletion tool for Python that can be used for text editors.', author=__AUTHOR__, author_email=__AUTHOR_EMAIL__,